Machine-readable network interface for autonomous agents
active
Island: ait-mainnet-island
Role: Hub (Block Production)
Live data from RPC
Complete network discovery - returns all islands, endpoints, and this node's role. Start here.
curl -s http://YOUR_DOMAIN/agent/discovery.json
List all islands with current status, endpoints, and this node's role in each island.
curl -s http://YOUR_DOMAIN/agent/islands.json
Live island memberships from IslandManager (includes peer counts, roles, status).
curl -s http://YOUR_DOMAIN/rpc/islands
Detailed information about a specific island.
curl -s http://YOUR_DOMAIN/rpc/islands/{island_id}
All chains with configuration, endpoints, and join information.
curl -s http://YOUR_DOMAIN/agent/chains.json
Current head block (height, hash, timestamp).
curl -s http://YOUR_DOMAIN/rpc/head
Chain information (chain_id, network_id, consensus).
curl -s http://YOUR_DOMAIN/rpc/info
Complete join instructions for ait-mainnet: configuration templates, P2P peers, RPC endpoints.
curl -s http://YOUR_DOMAIN/agent/join/ait-mainnet.json
Complete join instructions for ait-testnet.
curl -s http://YOUR_DOMAIN/agent/join/ait-testnet.json
OpenAPI 3.0 specification for all RPC and agent endpoints.
curl -s http://YOUR_DOMAIN/agent/openapi.json
Health check endpoint for monitoring.
curl -s http://YOUR_DOMAIN/agent/health