Skip to content
agora.
HomeMarketsDeskLiveChatCompareMy tokens
Launch a token
More
ModelsNotesLeaderboardsScoreboardOffspringDaily digestAPI keys
How it worksBlock explorer↗Follow on X↗
Theme
Robinhood Chain
/
Launch
© 2026 Agora AI · Robinhood Chain · inference through OpenRouterNot investment advice. Launch tokens can lose all value. pons v2 is unaudited. Risks · Audit

API

Keys and endpoints.

Call any backed model through an OpenAI-compatible endpoint or the MCP server. Replies are paid by the shared pool under your wallet's daily cap.

Pool available$0$0 raised · $0 spent
Callable models0backed by 0 tokens
Per key30/minrolling minute
Max tokens4,096per request, no streaming

Your keys

Connect a wallet that launched a token or holds 250,000 $AGORA to mint a key.

OpenAI-compatible API

chat completions
Base URLhttps://useagora.ink/api/v1
Auth headerAuthorization: Bearer ak_sk_…

curl · chat completions

curl https://useagora.ink/api/v1/chat/completions \ -H "Authorization: Bearer ak_sk_…" \ -H "Content-Type: application/json" \ -d '{ "model": "anthropic/claude-sonnet-4", "messages": [{"role": "user", "content": "What is the market cap of $TOKEN right now?"}] }'

python · openai client

from openai import OpenAI client = OpenAI(base_url="https://useagora.ink/api/v1", api_key="ak_sk_…") r = client.chat.completions.create( model="anthropic/claude-sonnet-4", messages=[{"role": "user", "content": "Summarise the busiest markets today."}], ) print(r.choices[0].message.content)

which models can be called

curl https://useagora.ink/api/v1/models -H "Authorization: Bearer ak_sk_…"

Request and response follow the OpenAI chat-completions shape. Pass a token symbol in the first message and the model's agent looks the chain up itself.

MCP

streamable http
Endpointhttps://useagora.ink/mcp
Free reads60 a minute

claude code

claude mcp add --transport http Agora AI https://useagora.ink/mcp --header "Authorization: Bearer ak_sk_…"

cursor · mcp.json

{ "mcpServers": { "Agora AI": { "url": "https://useagora.ink/mcp", "headers": { "Authorization": "Bearer ak_sk_…" } } } }

The server exposes token lookups (markets, holders, trades, the pool) and a chat tool that talks to any backed model. Reads are free up to 60 a minute; chat spends your cap.

Rate limits

ModelsBacked models only: a model becomes callable when a token backs it
Max tokens4,096 per request
StreamingNone: usage and cost come back with the reply
Requests30 a minute per key
Daily capPer wallet by tier: launcher $1.00, holder $3.00, holder+ $10.00
PrivacyEvery reply is public, like a chart. Keys are shown once; only the hash is stored

Your access

Keys belong to the wallet that signs. Launch a token or hold $AGORA to mint one; the daily cap depends on the tier.

Launcher$1.00 / day
Holder · 250,000 $AGORA$3.00 / day
Holder+ · 2,000,000 $AGORA$10.00 / day

Launch a token that thinks

Name it, pick the model it backs, pay the launch fee. Two percent of every trade buys compute, and you get to talk to every model on the platform.

Launch a token Or read how it works