{"name":"OmniDeploy API","tagline":"Agent-native inference infrastructure. One API. Every provider. Cheapest route, every time.","description":"AI Infrastructure OS — Multi-cloud deployment platform built for agents.","version":"1.0.0","status":"operational","docs":"/docs","manifest":"/v1/manifest.json","agent_native":{"anthropic_messages":"POST /v1/messages","openai_chat_completions":"POST /api/v1/inference/chat/completions","mcp_server":"POST /mcp","programmatic_provisioning":"POST /v1/agents/provision","discovery":"GET /v1/manifest.json · GET /.well-known/ai-plugin.json · GET /llms.txt"},"quick_start":"POST /api/v1/quick-deploy — Deploy any model in one call. Pass 'gpt2', 'llama-3', 'mistral', or any HuggingFace model ID.","api":{"quick_deploy":{"deploy":"POST /api/v1/quick-deploy","available_models":"GET /api/v1/quick-deploy/models"},"auth":{"login":"POST /api/auth/login","signup":"POST /api/v1/users/signup"},"models":{"register":"POST /api/v1/models","list":"GET /api/v1/models","public":"GET /api/v1/models/public"},"deployments":{"create":"POST /api/v1/deployments","list":"GET /api/v1/deployments","inference":"POST /api/v1/deployments/{id}/inference","stop":"POST /api/v1/deployments/{id}/stop","scale":"PATCH /api/v1/deployments/{id}"},"api_keys":{"create":"POST /api/v1/api-keys","list":"GET /api/v1/api-keys","revoke":"DELETE /api/v1/api-keys/{id}"},"usage":{"overview":"GET /api/v1/usage/overview","billing":"GET /api/v1/usage/billing-estimate"},"monitoring":{"dashboard":"GET /api/v1/monitoring/dashboard","metrics":"GET /api/v1/monitoring/deployment/{id}/metrics","alerts":"GET /api/v1/monitoring/alerts"},"webhooks":{"create":"POST /api/v1/webhooks","list":"GET /api/v1/webhooks","events":"GET /api/v1/webhooks/events"}}}