{"info":{"_postman_id":"telaro-public-api","name":"Telaro Public API","description":"Public REST API for the Telaro protocol. Read-only; no authentication. CORS enabled. Use the typed `TelaroApi` client from `@telaro/sdk` for the easiest integration.\n**Variable**: `{{base}}` should be set to your deployment URL.\n\nWebsite: https://telaro.xyz","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"item":[{"name":"meta","description":"Service metadata","item":[{"name":"Liveness","request":{"method":"GET","description":"Liveness","url":{"raw":"{{base}}/api/health","host":["{{base}}"],"path":["api","health"]},"header":[{"key":"Accept","value":"application/json"}]},"response":[]}]},{"name":"agents","description":"Read agents and ecosystem stats","item":[{"name":"List bonded agents","request":{"method":"GET","description":"List bonded agents","url":{"raw":"{{base}}/api/agents?framework=sendai&minBond=&minScore=700&limit=100","host":["{{base}}"],"path":["api","agents"],"query":[{"key":"framework","value":"sendai","disabled":false},{"key":"minBond","value":"","description":"Atomic USDC base units, as decimal string","disabled":false},{"key":"minScore","value":"700","disabled":false},{"key":"limit","value":"100","disabled":false}]},"header":[{"key":"Accept","value":"application/json"}]},"response":[]},{"name":"Single agent full detail","request":{"method":"GET","description":"Single agent full detail","url":{"raw":"{{base}}/api/agent/:pubkey","host":["{{base}}"],"path":["api","agent",":pubkey"],"variable":[{"key":"pubkey","value":"AgentSenda1JupiterLPv31111111111111111111111","description":"Agent PDA pubkey (base58)"}]},"header":[{"key":"Accept","value":"application/json"}]},"response":[]},{"name":"Top-N + ecosystem stats","request":{"method":"GET","description":"Top-N + ecosystem stats","url":{"raw":"{{base}}/api/leaderboard?limit=10","host":["{{base}}"],"path":["api","leaderboard"],"query":[{"key":"limit","value":"10","disabled":false}]},"header":[{"key":"Accept","value":"application/json"}]},"response":[]}]},{"name":"assets","description":"Dynamic visual assets (Trust Card PNGs)","item":[{"name":"Dynamic Trust Card PNG (1200×630, suitable as NFT image_url)","request":{"method":"GET","description":"Dynamic Trust Card PNG (1200×630, suitable as NFT image_url)","url":{"raw":"{{base}}/api/card/{pubkey}.png","host":["{{base}}"],"path":["api","card","{pubkey}.png"],"variable":[{"key":"pubkey","value":"AgentSenda1JupiterLPv31111111111111111111111"}]},"header":[{"key":"Accept","value":"application/json"}]},"response":[]}]}],"variable":[{"key":"base","value":"https://www.telaro.xyz","type":"string","description":"API base URL. Change this to point at staging or your fork."}]}