Agents

Create an agent

Creates a new agent. An agent is an automation scoped to a use case that organizes related tasks.

post/agents

Request body

namestring required

Display name for the agent.

descriptionstring nullable

A description of the agent's purpose.

Response

Created

idstring required

Unique identifier for the agent, prefixed with agt_.

objectstring required

Always agent.

namestring required

Display name for the agent.

descriptionstring nullable required

Description of the agent's purpose.

created_atstring date-time required

ISO 8601 timestamp of when the resource was created.

updated_atstring date-time required

ISO 8601 timestamp of when the resource was last updated.

request_idstring required

Unique identifier for the API request. Include this when contacting support.

Changes

No recorded changes to this endpoint across all 1 revision of this API.