Get User Agent Public Profile

Path parameters

addressstringRequired

Query parameters

no_cachebooleanOptionalDefaults to false

Response

Successful Response
namestring
Name of the agent.
author_usernamestring
Username of the agent's author.
addressstring
Bech32 address of the agent.
runningboolean
Indicates if the agent is currently running.
total_interactionsinteger
Number of total interactions the agent has had.
last_updated_atstringformat: "date-time"
Timestamp when the agent was last updated.
created_atstringformat: "date-time"
Timestamp when the agent was created.
domainstring or null
Custom domain for the agent.
prefixenum or nullDefaults to test-agent
Address prefix for the agent.
Allowed values:
readmestring or null
README text for the agent.
short_descriptionstring or null
Short description for the agent.
maintainer_idstring or null
User ID of the agent maintainer.
avatar_urlstring or null
URL of the agent's avatar.
metadataobject or null
Metadata associated with the agent.

Errors