Kubiya.ai - Technical Documentation & Developer Resources
kubiya
Kubiya.ai - Technical Documentation & Developer Resources
Documentation Site
- URL: docs.kubiya.ai (built on Mintlify)
- Machine-readable index: docs.kubiya.ai/llms.txt
- App: compose.kubiya.ai
Documentation Structure
| Section | Coverage |
|---|---|
| Getting Started | What is Kubiya, quickstart, onboarding |
| Core Concepts | Agents, Teams, Skills, Policies, Runtimes, Execution Infrastructure, Cognitive Memory |
| API Reference | 300+ REST endpoints with OpenAPI spec |
| Python SDK | ControlPlaneClient, services, examples |
| Terraform Provider | IaC resources, data sources, modules |
| CLI | Installation, authentication, commands |
| MCP | MCP server for Claude and other AI systems |
| Connectors | AWS, GitHub, Jira, Slack, Kubernetes, OAuth |
| Web Interface | Dashboard, Meta Agent, settings |
API
- 300+ REST endpoints
- OpenAPI spec at docs.kubiya.ai/api-reference/openapi.json
- API key authentication (KUBIYA_API_KEY env var)
- Base URL: https://control-plane.kubiya.ai
Python SDK
pip install kubiya-sdk16 service modules: Health, Agents, Teams, Jobs, Context Graph, Models, Skills, Policies, Secrets, Integrations, Task Planning, Workers, Projects, Environments, Runtimes, Context.
CLI
brew install kubiyabot/kubiya/kubiya
kubiya login
kubiya exec "Deploy my app"Supports local mode (--local), non-interactive for CI/CD, execution tracking with --follow.
Terraform Provider
kubiya/control-plane on Terraform Registry for IaC-driven setup.
MCP Server
Published as @kubiya/control-plane-mcp-server on npm.
Runtimes
- Agno Runtime -- Multi-model via LiteLLM (100+ providers), Python tools, 100-message history
- Claude Code Runtime -- Optimized for Anthropic Claude, code generation, 200-message history
- Custom Runtimes -- LangChain, CrewAI, AutoGen, or proprietary via BaseRuntime interface
Open Source (github.com/kubiyabot)
| Repository | Language | Stars | Description |
|---|---|---|---|
| skill | Rust | 8 | Universal skill runtime for agents |
| agent-starter-template | Dockerfile | 7 | Starter template for agents |
| cli | Go | 5 | CLI for Kubiya Agentic API |
| terraform-modules | HCL | 4 | Terraform modules |
| community-tools | Python | 3 | Community toolkit |
| sdk-py | Python | 2 | Python SDK |
| helm-charts | Smarty | 0 | Kubernetes Helm charts |
| kubiya-mcp-server | TypeScript | 0 | MCP server |
| homebrew-kubiya | Ruby | 0 | Homebrew tap |
| incident-response-demo | Python | 0 | Incident response demo |
| vscode-plugin | -- | 0 | VS Code extension |