Skip to main content
GET
/
agent
/
schema
/
v2
Full AgentData JSON Schema for the agent form
curl --request GET \
  --url https://api.example.com/agent/schema/v2
{
  "schema": {}
}

Response

Successful Response

Response for GET /agent/schema/v2.

Wraps the full :class:AgentData JSON Schema in a single schema field so the frontend can render every user-editable property without the router having to enumerate them.

schema
Schema · object
required

Full :class:AgentData JSON Schema. All user-editable fields appear as top-level entries in properties — the frontend derives its section grouping from this single schema.