Update Specific Team Agent

Path parameters

slugstringRequired
addressstringRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
namestringRequired>=1 character<=80 characters
Updated name of the agent.
readmestringOptional<=80000 characters
Updated long markdown description of the agent.
avatar_urlstringOptional<=4000 characters
Updated avatar URL of the agent.
short_descriptionstringOptional<=300 characters
Updated short summary of the agent.
agent_typeenumOptionalDefaults to mailbox

Updated type of the agent (default is ‘mailbox’).

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