Register / deploy an agent

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
X-API-Keystring
API Key authentication via header

Request

This endpoint expects an object.
operatorstringRequired
capabilitieslist of stringsRequired
autonomyLevelintegerRequired1-5
modelInfomap from strings to anyOptional
serviceslist of maps from strings to anyOptional

Response

Agent registered
didstring
operatorstring
modelInfomap from strings to any
capabilitieslist of strings
autonomyLevelinteger1-5
serviceslist of maps from strings to any
trustScoreinteger0-100