Skip to main content
The Bluum documentation is optimized for AI-assisted development through comprehensive resources that provide contextually-aware help with your integration.

Documentation resources

llms.txt file

The llms.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

The llms-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:
  1. Reference the llms-full.txt for comprehensive context about Bluum APIs and integration patterns
  2. Use the OpenAPI spec for precise API implementation details
  3. Include specific error handling based on documented error responses — see Error Codes
  4. Follow authentication patterns outlined in the Authentication guide
Both documentation files are always up to date and require zero maintenance.