1. Get your API key
The Open API is in beta: keys are currently issued by the SeeSaw team. Contact us through your existing SeeSaw channel (or the in-app feedback form) and tell us the account you want the key attached to. Self-service key management in the app is on the way. You’ll receive a key that looks like this:2. Connect
For Claude Code, one command:search_topics to list_my_topics.
3. First query
Ask your agent something like:Find trending predictions about the World Cup and summarize the odds.A typical run calls
search_topics (or list_topics) and reads the option
probabilities off the result:
"0.7995" = 79.95%), and every topic carries a
url your agent can hand back to humans.
Prefer curl? The same capability over REST:
Next steps
Tools overview
All 14 tools and when to use which.
REST reference
Endpoint-by-endpoint OpenAPI reference.
Rate limits
Per-key quotas and how to handle 429s.
Authentication
Key lifecycle, security, and revocation.