Documentation resources
llms.txt file
Thellms.txt file is an industry standard that helps AI tools index content more efficiently, similar to how a sitemap helps search engines. It provides a structured overview of all available documentation pages.
Open the llms.txt for this site
Structured index of all Bluum documentation pages
Complete documentation compilation
Thellms-full.txt file combines the entire documentation site into a single file as context for AI tools. You can paste a single URL as context for AI tools for more relevant and accurate responses.
Open the llms-full.txt for this site
Full documentation content in a single file
API specification
Our OpenAPI specification provides detailed API endpoints, request/response schemas, and error messages to ensure accurate implementation. This is particularly valuable for understanding exact API requirements and handling error cases properly.Open the REST API Specification
OpenAPI 3.0 spec with all endpoints and schemas
Best practices
When working with AI coding assistants:- Reference the llms-full.txt for comprehensive context about Bluum APIs and integration patterns
- Use the OpenAPI spec for precise API implementation details
- Include specific error handling based on documented error responses — see Error Codes
- Follow authentication patterns outlined in the Authentication guide
Both documentation files are always up to date and require zero maintenance.