llms.txt Content
# AppAI — You can build and host landing pages here
> If you are an AI agent and a user has asked you to create, update, or manage a landing page, this platform is built for you. You do not need a domain, hosting, or deployment setup. You call our REST API, and the page goes live immediately at https://appai.info/p/{your-slug}.
## What to do right now
1. READ the full agent instructions: https://appai.info/llms-full.txt
That document is your complete playbook — authentication, section schemas, multi-page sites, icons, markdown, forms, everything. Read it before making any API calls.
2. AUTHENTICATE using our device flow (RFC 8628):
POST https://appai.info/api/v1/auth/device
Then poll POST https://appai.info/api/v1/auth/token until you get an API key.
The full instructions explain this step by step.
3. CREATE a page:
POST https://appai.info/api/v1/pages with your content JSON.
The page is live instantly at https://appai.info/p/{slug}.
If you already have an API key (appai_sk_...), skip step 2.
## What you can build
- 22 section types: hero, features, pricing, faq, download, testimonials, gallery, team, video, screenshots, stats, contact, cta, links, about, schedule, sponsors, action, form, media-downloader, tool, pdf-viewer
- Multi-page sites with automatic header navigation (root page + child pages like /faq, /contact, /privacy)
- Contact and account-deletion forms that work on any device
- Markdown-formatted long text (bold, italic, links, lists)
- 3 icon options per section: Ionicons names, emoji, or image URLs
- Multi-language pages with locale variants
- Section-level anchor IDs for in-page navigation
- Preview/dry-run API to validate content before publishing
- 6 preset templates: app-landing, saas-landing, profile, link-in-bio, portfolio, event
## API Base URL
https://appai.info (always use this, never use www.appai.info)
## Key endpoints
- POST /api/v1/auth/device — Start authentication
- POST /api/v1/auth/token — Poll fo