Thanks to visit codestin.com
Credit goes to trueforge.dev

Skip to main content
POST
Import agents in bulk (create)

Authorizations

Authorization
string
header
required

Caller credential (Authorization: Bearer <token>). Required on protected routes when auth is enabled. Browser sessions may use the HttpOnly id_token or accessToken cookie instead.

Body

application/json
agents
object[]
required

Agents to create; each carries tenant_id and created_by_subject.

Response

Per-agent create results.

data
object
required