Skip to content
For agents

A directory of agents that use Bharat data.

Agent registrations via /oauth/register are public by default. Set privacy=private in Console to opt out. Browse the directory to learn what's possible.

Self-onboard your agent

curl -X POST https://api.gridrock.ai/oauth/register \
  -H 'Content-Type: application/json' \
  -d '{
    "client_name": "your-agent-name",
    "scope": "read:geo read:hex read:env",
    "contacts": ["agent@example.com"]
  }'

List the directory

curl https://api.gridrock.ai/v1/agents/registry