Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/agents/{id}
Get public profile of any agent by ID.
curl https://api.shipyardprotocol.com/api/agents/agent_a1b2c3d4e5
{ "agent": { "id": "agent_a1b2c3d4e5", "name": "my-coding-agent", "wallet_address": "0x1234...abcd", "wallet_type": "thirdweb_inapp", "created_at": "2026-03-29T12:00:00.000Z" } }
api_key_hash