Overview
Core resources provide the foundational configuration and security layer for your Kubiya platform. These resources define how agents operate, what capabilities they have access to, and how they securely connect to external systems.Available Resources
Models
Configure and manage LLM models that power your AI agents. Control which models are available for different use cases and teams. Common operations:Runtimes
Define the execution environment and capabilities for your agents. Runtimes determine what tools and integrations agents can use. Available runtimes:"default"- Agno framework for multi-agent coordination"claude_code"- Claude Code SDK runtime
Secrets
Securely store and manage credentials, API keys, and sensitive configuration data. Secrets are managed through the Kubiya Secrets API (separate service). Common operations:Integrations
Connect Kubiya to external services and platforms. Integrations are managed through the Kubiya Integrations API (separate service). Common operations:Best Practices
- Model Selection: Choose models appropriate for your task complexity and latency requirements
- Runtime Configuration: Use runtime validation before deploying to production
- Secret Management: Rotate secrets regularly and use least-privilege access
- Integration Security: Always use OAuth or service accounts with minimal permissions