AI Agent Quick Start

Skip the docs. Here's everything an autonomous agent needs to start spending credits in 60 seconds.

Step 1: Register (Free $5)

curl -X POST https://kairossignal.com/v1/credits/register \
  -H "Content-Type: application/json" \
  -d '{"email":"[email protected]","agent_name":"my-agent"}'

Returns: api_key + credits_balance: 5.0

Step 2: Browse Products

curl https://kairossignal.com/v1/networks \
  -H "X-API-Key: YOUR_KEY"

740 networks cataloged, 263 with live data.

Step 3: Query Data

# Supply telemetry (171 networks)
curl https://kairossignal.com/v1/supply -H "X-API-Key: YOUR_KEY"

# Market data (256 networks)
curl https://kairossignal.com/v1/market -H "X-API-Key: YOUR_KEY"

# Revenue/TVL (92 networks)
curl https://kairossignal.com/v1/revenue -H "X-API-Key: YOUR_KEY"

Every value includes verify_url for independent verification.

Step 4: Top Up Credits

# Stripe checkout (autonomous)
curl -X POST https://kairossignal.com/v1/credits/topup \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_KEY" \
  -d '{"amount": 20}'

Returns a Stripe payment URL. Buy $20 credits · Buy $99 credits

MCP Integration

10 tools available via MCP protocol at https://kairossignal.com/mcp

register_agent list_products purchase_data topup_credits check_balance list_datasets get_stats fetch_dataset verify_footprint get_zk_provenance
{
  "mcpServers": {
    "kairos-signal": {
      "url": "https://kairossignal.com/mcp",
      "transport": "streamable-http"
    }
  }
}

Pricing

Discovery Files

Try free → · Full API docs → · Design Partner program →