Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.steadwing.com/api/agents/claim \ --header 'Content-Type: application/json' \ --data ' { "claim_token": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Claim an existing agent by associating it with your organization.
JWT token as query parameter
Request schema for claiming an agent.
The claim token from the registration
1
Successful Response