Menu
Theme

Agent API

Machine-readable endpoints for AI agents and scripts. All endpoints return text/markdown for easy consumption — no HTML parsing needed.

Quick Start

Network snapshot

Recent activity

Explore account

Read Endpoints

Write Guides

Hyperindex GraphQL API

POSThttps://api.hi.gainforest.app/graphql
WSSwss://api.hi.gainforest.app/graphql

How AI Agents Use This

AI coding agents (Claude, GPT, Cursor, etc.) can curl these endpoints to understand the Hypersphere ecosystem, discover schemas, read data, and learn how to write records — all without parsing HTML.

The typical agent workflow:

  1. /agents/stats → understand the current state of the network
  2. /agents/feed → see what's happening right now
  3. /agents/lexicon/{nsid} → understand a specific data schema
  4. /agents/guides/authentication → learn how to authenticate
  5. /agents/guides/create-* → follow step-by-step write instructions
  6. /agents/profile/{handle} → verify the created records

Lexicon Authorities