POST
/
agents

Body

application/json
mode
enum<string>
default: standard

Mode of execution of the agent

  • standard - Is the default mode, which is suitable to run the agent as a standalone process
  • embedded - This mode is suitable when the agent needs to be run close to another process or application
Available options:
standard,
embedded
name
string
required

Unique name of the resource

Response

201 - application/json
token
string

Token is the key in a DSN format: grpc|grpcs://<name>:<key>@<hostname>:<port>?mode=standard|embedded