GET
/
agents
/
{agentName}
/
deployments
/
{environmentName}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentName
string
required

Name of the agent

environmentName
string
required

Name of the environment

Response

200 - application/json

Agent deployment configuration

created_at
string

The date and time when the resource was created

created_by
string

The user or service account who created the resource

updated_at
string

The date and time when the resource was updated

updated_by
string

The user or service account who updated the resource

agent
string

The name of the agent

agent_chain
object[]

Agent chaining configuration

configuration
object

Agent configuration, this is a key value storage. In your agent you can retrieve the value with config[key]

description
string

Agent description, very important to have a clear description for your agent if you want to make it work with agent chaining

enabled
boolean

Whether the agent deployment is enabled

environment
string

The name of the environment

flavors
object[]

Types of hardware available for deployments

functions
string[]

Functions used by the agent, those functions needs to be created before setting it here

integration_connections
string[]

The integration connections for the model deployment

labels
object | null

Labels

model
string

Model beamlit to use for agent, it should be compatible with function calling

pod_template
object

The pod template, should be a valid Kubernetes pod template

policies
string[]
runtime
object

Set of configurations for a deployment

serverless_config
object

Configuration for a serverless deployment

store_id
string

Create from a store registered function

workspace
string

The workspace the agent deployment belongs to