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.
Authentication
AuthorizationToken
Use Authorization: Token <API_KEY>
Example: Authorization: Token 12345abcdef
Path parameters
project_id
agent_id
Request
Updated metadata for the agent configuration
metadata
A map of string key-value pairs to associate with this agent configuration
Response
Agent configuration updated
agent_id
The unique identifier of the agent configuration
config
The agent configuration object
metadata
A map of arbitrary key-value pairs for labeling or organizing the agent configuration
created_at
Timestamp when the configuration was created
updated_at
Timestamp when the configuration was last updated
Errors
400
Bad Request Error