Resources

Configured capabilities available to Agents.

landingFor agent developers, platform operatorsOwner Constal platform teamVerified 2026-08-21

A Resource is a named capability that an Agent can use, such as a model, database, external API, browser, sandbox, or storage location. It keeps connection settings, authentication references, available actions, and access rules together. Agents bind to Resources by name; they do not contain connection details or secret values in their code.

Categories

CategoryTypical Resources
AI & ModelsLogical Models and the connection Gateways through which they run
Apps & APIsSaaS integrations, MCP servers, web access, and browsers
DataDatabases and query services
StorageArtifacts, files, and managed secret capabilities
ComputeSandboxes and other execution environments

Credentials and Resources solve different problems. A Credential proves identity to an external system. A Resource defines what an Agent can do with that system. One Resource may reference a Credential, and the same Credential can support more than one Resource when Policy permits it.

Gateways, Models, and Tools

The Console organizes Resources into three focused views. Gateways are ordinary invokable Resources explicitly configured as connections; they hold provider settings, Credential references, billing ownership, capabilities, and access rules. Models are logical Agent-facing capabilities configured on top of fixed or scoped Gateways. Tools are Agent-callable capabilities deployed with Agents. Agents bind Models and other Resources by stable identity instead of embedding provider infrastructure in their code.

Choose a path

GoalGuide
Add or review a capabilityConfigure a Resource
Configure model routing, BYO access, or per-tenant pricingGateways and Models
Make a capability available to an AgentUse Resources from Agents
Set up authentication for an external serviceCredentials
Understand an Agent's current bindingsOperate Agents

The Resource CRN is its stable address. Display names make the Console easier to scan, while bindings and Policy use the exact CRN so similarly named capabilities cannot be confused.