Create New Team Agent

Path parameters

slugstringRequired

Headers

AuthorizationstringRequired

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

Query parameters

no_cachebooleanOptionalDefaults to false

Request

This endpoint expects an object.
namestringRequired
Name of the new agent.
readmestringOptional
Readme content for the agent.
avatar_urlstringOptional
URL of the agent's avatar.
short_descriptionstringOptional
Brief description.
networkenumOptional

Network on which the agent will register (mainnet or testnet)

Allowed values:

Response

Successful Response
namestring
Name of the agent.
addressstring
Bech32 address of the agent.
runningboolean
Whether the agent is currently running.
revisioninteger
Revision number of the agent.
domainstring or null
Domain name associated with the agent.
prefixenum or nullDefaults to test-agent
Address prefix of the agent.
Allowed values:
compiledboolean or null
Whether the agent code has been compiled.
code_digeststring or null
Digest of the agent's code.
wallet_addressstring or null
Wallet address of the agent.
code_update_timestampstring or nullformat: "date-time"
Last time the code was updated.
creation_timestampstring or nullformat: "date-time"
Time when the agent was created.
avatar_urlstring or null
URL to the agent's avatar image.
maintainer_idstring or null
ID of the user maintaining the agent.
readmestring or null
README description of the agent.
short_descriptionstring or null
Short description for display.
metadataobject or null
Metadata associated with the agent.
total_interactionsinteger or null
Total number of interactions recorded for the agent.

Errors