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
- [Models 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): Programmatic access to secure, on-demand cloud workspaces for AI agents and developers
- [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
- [Models 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
- [Agent Sandbox Per User](https://docs.dedaluslabs.ai/cookbook/agent-sandbox-per-user.md): Give every chat user their own persistent Linux box. The agent's memory is the filesystem itself.
- [Browser Agent](https://docs.dedaluslabs.ai/cookbook/browser-agent.md): A
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