Endpoint Examples
Create Agent
Creates a new agent
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Agent configuration to create
Name of the agent
Type of agent (e.g. DeFi, NFT, Social)
Unique identifier for the agent
Detailed description of the agent's purpose
Blockchain networks the agent operates on
Conditions that activate the agent
Actions the agent can perform
Response
200
application/json
Agent created successfully
Name of the agent
Type of agent (e.g. DeFi, NFT, Social)
Detailed description of the agent's purpose
Blockchain networks the agent operates on
Conditions that activate the agent
Actions the agent can perform