latestOpenAPI 3.1.02026-08-08127304355.9 KB

69c553220183

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