Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Dedalus Labs
> Dedalus Labs is the AI cloud for agents. Build and deploy MCP servers and let our Agents SDK orchestrate complex logic with any model from any provider.
## Docs
- [Use the llms.txt file](https://docs.dedaluslabs.ai/ai-optimizations/llms-txt.md): Give your AI assistant instant access to Dedalus documentation.
- [MCP server for our docs](https://docs.dedaluslabs.ai/ai-optimizations/using-mintlify-mcp.md): Make your LLM an expert at Dedalus.
- [Quickstart](https://docs.dedaluslabs.ai/api/index.md): Unified API for chat completions, embeddings, audio, and image generation across multiple AI providers
- [OCR](https://docs.dedaluslabs.ai/api/ocr.md): Extract text from PDFs and images
- [Response Schemas](https://docs.dedaluslabs.ai/api/schemas.md): Reference for all API response objects and their structure
- [Use docs programmatically](https://docs.dedaluslabs.ai/api/use-these-docs.md): Connect Dedalus documentation to your AI tools and workflows
- [Create Chat Completion](https://docs.dedaluslabs.ai/api/v1/create-chat-completion.md): Generate a model response. Supports streaming, tools, and MCP servers.
- [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
- [Use docs programmatically](https://docs.dedaluslabs.ai/contextual/use-these-docs.md): Connect Dedalus documentation to your AI tools and workflows
- [Getting Started](https://docs.dedalusl
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