v3

latestOpenAPI 3.1.02026-08-0150254154.0 KB
voiceAgent > configurations

Update Agent Metadata

Updates the metadata associated with an agent configuration. The config itself is immutable—to change the configuration, delete the existing agent and create a new one.

put/v1/projects/{project_id}/agents/{agent_id}

Path parameters

project_idstring required

The unique identifier of the project

agent_idstring required

The unique identifier of the agent configuration

Headers

Authorizationstring required

Use Authorization: Token <API_KEY> Example: Authorization: Token 12345abcdef

Request body

metadataobject required

A map of string key-value pairs to associate with this agent configuration

Response

Agent configuration updated

agent_idstring required

The unique identifier of the agent configuration

configAgentConfigurationV1Config required

The agent configuration object

metadataobject

A map of arbitrary key-value pairs for labeling or organizing the agent configuration

created_atstring date-time

Timestamp when the configuration was created

updated_atstring date-time

Timestamp when the configuration was last updated