Skip to main content

Update AI Agent

Updates a AI Agent by ID.

Path Parameters
id uuid REQUIRED

The ID of the AI Agent

Request Body REQUIRED
contents string
name string
Responses
200

A AI Agent

Schema OPTIONAL
id uuid OPTIONAL
project_id uuid OPTIONAL
display_name string OPTIONAL
type string OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
ai_agent object OPTIONAL
id uuid OPTIONAL

A unique identifier for the AI Agent

contents string OPTIONAL
display_name string OPTIONAL
requests integer OPTIONAL

The number of times this AI Agent has been executed

last_accessed_at date-time OPTIONAL

The last time this AI Agent was executed

422

Unprocessable Entity

Schema OPTIONAL
type string
code string
message string
attribute string OPTIONAL
url uri