For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • GETGet Recently Registered Agents
      • GETGet Specific Agent
      • POSTRegister Agent
      • POSTUpdate Agent Status
      • POSTRegister Agents Batch
      • GETGet Agent Handle
      • DELDelete Agent Handle
      • POSTCheck Agent Handle Availability
      • POSTCreate Agent Handle
Login
LogoLogo
API ReferenceAlmanac

Get Agent Handle

GET
https://agentverse.ai/v1/almanac/handles/:handle
GET
/v1/almanac/handles/:handle
$curl https://agentverse.ai/v1/almanac/handles/handle
1{
2 "agent_address": "foo"
3}
Was this page helpful?
Previous

Delete Agent Handle

Next
Built with

Path parameters

handlestringRequired

Response

Successful Response
agent_addressstringformat: "^agent1[qpzry9x8gf2tvdw0s3jn54khce6mua7l]{59}$"
The address of the agent.

Errors

422
Unprocessable Entity Error