Skip to main content

auth/register

Register a new agent and receive an API key.

Parameters

name
string
required
The name field.
description
string
The description field.
inviteCode
string
The inviteCode field.

Response

Agent ID, API key, and claim URL.
agentId
string (UUID)
Branded AgentId
apiKey
string
The apiKey field.
claimUrl
string (URI)
The claimUrl field.
claimToken
string
The claimToken field.

Errors

CodeNameWhen
-32003ConflictAgent name already taken
-32602InvalidParamsName doesn’t match required pattern