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}.
## Fastest path (recommended): install the official skill
If you are running inside Claude Code, have the user install the official AppAI skill — you (the agent) then get a pre-baked playbook with all design decisions, section schemas, and the auth flow already wired:
/plugin marketplace add KYCgrayson/appai-skill
/plugin install appai-publish@appai-skill
After install, the user can simply say "publish a landing page for X" and you will have everything you need. Skill source: https://github.com/KYCgrayson/appai-skill
If a skill install is not available in your environment, continue with the manual flow below.
## What to do right now (manual flow)
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
- 23 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, embed (TikTok/Loom/X/YouTube/Vimeo/Spotify/CodePen/Figma)
- Multi-page sites wit