Agents

Create Agent

Create a new agent in your project. Agents are used to organize and group related sessions and traces.

post/api/v2/projects/{project_id}/agents

Path parameters

project_idstring required

Request body

namestring required
idstring uuid nullable

Response

AgentInfo(id: uuid.UUID, name: str)

idstring uuid required
namestring required

Changes