Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Dedalus Docs
> Dedalus is the AI cloud for agents. Deploy MCP servers, orchestrate with any model from any provider.
## Docs
- [Agents API](https://docs.dedaluslabs.ai/api-reference/api.md): Unified API for chat completions, embeddings, audio, and image generation across multiple AI providers
- [Dedalus Machines API](https://docs.dedaluslabs.ai/api-reference/dcs.md): Raw HTTP contracts for Dedalus Machines.
- [OCR](https://docs.dedaluslabs.ai/api-reference/ocr.md): Extract text from PDFs and images
- [Response Schemas](https://docs.dedaluslabs.ai/api-reference/schemas.md): Reference for all API response objects and their structure
- [Agents API](https://docs.dedaluslabs.ai/api/index.md): One endpoint. Any model. OpenAI-compatible.
- [Supported Models](https://docs.dedaluslabs.ai/api/models.md): Every model from every major provider, reachable through one OpenAI-compatible endpoint.
- [Create Chat Completion](https://docs.dedaluslabs.ai/api/v1/create-chat-completion.md): Create a chat completion.
- [Create Embeddings](https://docs.dedaluslabs.ai/api/v1/create-embeddings.md): Create embeddings using the configured provider.
- [Create Image](https://docs.dedaluslabs.ai/api/v1/create-image.md): Generate images from text prompts.
- [Create Speech](https://docs.dedaluslabs.ai/api/v1/create-speech.md): Generate speech audio from text.
- [Create Transcription](https://docs.dedaluslabs.ai/api/v1/create-transcription.md): Transcribe audio into text.
- [Create Translation](https://docs.dedaluslabs.ai/api/v1/create-translation.md): Translate audio into English.
- [Changelog](https://docs.dedaluslabs.ai/changelog/index.md): Latest updates and releases for Dedalus Labs
- [Connect With Dedalus](https://docs.dedaluslabs.ai/community.md): Build with the people pushing agent infrastructure forward.
- [Archives](https://docs.dedaluslabs.ai/community/archives.md): Follow @archives.dedalus for merch previews and release notes.
- [Discord](https://docs.dedaluslabs.ai/community/disco
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "Dedalus API",
"description": "MCP gateway for AI agents. Mix-and-match any model with any tool from our marketplace.\n\n## Authentication\nUse Bearer token or X-API-Key header authentication:\n```\nAuthorization: Bearer your-api-key-here\n```\n```\nx-api-key: your-api-key-here\n```\n\n## Available Endpoints\n- **GET /v1/models**: list available models\n- **POST /v1/chat/completions**: Chat completions with MCP tools\n- **GET /health**: Servic