Skip to main content

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
Common operations:

Secrets

Securely store and manage credentials, API keys, and sensitive configuration data. Secrets are managed through the Kubiya Secrets API (separate service). Common operations:
Note: Secret management (create, update, delete) is handled through the Kubiya Dashboard or Secrets API directly.

Integrations

Connect Kubiya to external services and platforms. Integrations are managed through the Kubiya Integrations API (separate service). Common operations:
Note: Integration setup is handled through the Kubiya Dashboard.

Best Practices

  1. Model Selection: Choose models appropriate for your task complexity and latency requirements
  2. Runtime Configuration: Use runtime validation before deploying to production
  3. Secret Management: Rotate secrets regularly and use least-privilege access
  4. Integration Security: Always use OAuth or service accounts with minimal permissions

Next Steps

Explore the endpoint documentation for each resource type to learn about specific API operations.