Update Specific Team Agent
Path parameters
slug
address
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
name
Updated name of the agent.
readme
Updated long markdown description of the agent.
avatar_url
Updated avatar URL of the agent.
short_description
Updated short summary of the agent.
agent_type
Updated type of the agent (default is ‘mailbox’).
Allowed values:
Response
Successful Response
name
Name of the agent.
address
Bech32 address of the agent.
running
Whether the agent is currently running.
revision
Revision number of the agent.
domain
Domain name associated with the agent.
prefix
Address prefix of the agent.
Allowed values:
compiled
Whether the agent code has been compiled.
code_digest
Digest of the agent's code.
wallet_address
Wallet address of the agent.
code_update_timestamp
Last time the code was updated.
creation_timestamp
Time when the agent was created.
avatar_url
URL to the agent's avatar image.
maintainer_id
ID of the user maintaining the agent.
readme
README description of the agent.
short_description
Short description for display.
metadata
Metadata associated with the agent.
total_interactions
Total number of interactions recorded for the agent.