Pika provides structured documentation files for AI tools and large language models. Use these files to help Cursor, GitHub Copilot, Windsurf, and other AI assistants understand the Pika Platform.
Available Files
Section titled “Available Files”We provide three routes optimized for different context window sizes:
/llms.txt- Overview with links to detailed documentation/llms-small.txt- Condensed documentation for smaller context windows/llms-full.txt- Complete comprehensive documentation
These files follow the llms.txt specification, a standardized format for making documentation accessible to LLMs at inference time.
Using with AI Tools
Section titled “Using with AI Tools”Cursor
Section titled “Cursor”Reference Pika documentation using the @Docs feature:
- Type
@Docsin any chat - Add the URL:
https://pika.tools/llms.txt(or/llms-small.txtor/llms-full.txt)@Docs https://pika.tools/llms.txt - Cursor loads the documentation into context
The documentation helps Cursor provide accurate code suggestions and answers about Pika development.
Learn more about @Docs in Cursor
GitHub Copilot
Section titled “GitHub Copilot”GitHub Copilot can reference Pika documentation in chat:
@https://pika.tools/llms.txt
How do I create a custom tool for my Pika agent?Use any of these URLs:
https://pika.tools/llms.txthttps://pika.tools/llms-small.txthttps://pika.tools/llms-full.txt
Windsurf
Section titled “Windsurf”Add Pika documentation to your .windsurfrules file or reference it directly:
@ https://pika.tools/llms.txtWindsurf uses these files to understand Pika architecture, patterns, and best practices.
Learn more about Windsurf Memories
Other AI Tools
Section titled “Other AI Tools”Any AI tool that supports the llms.txt standard can use these routes. Point your tool to any URL above.
What's Inside
Section titled “What's Inside”The llms.txt files contain:
- Core concepts - Agent-as-Config, AWS foundation, architecture patterns
- Quick starts - Getting started guides and tutorials
- API references - Tool definitions, agent configuration, deployment
- Sample code - Real working examples like the Weather sample
- Best practices - Production patterns and security considerations
Use /llms-small.txt for quick questions. Use /llms-full.txt when you need comprehensive context for complex development work.
About LLMs.txt
Section titled “About LLMs.txt”The llms.txt specification standardizes how documentation sites provide information to AI tools. It solves the context window problem - AI tools can't process entire websites, so llms.txt provides curated, focused content in a consistent format.
Pika follows this standard to make our documentation maximally useful for AI-assisted development.