For AI agents: Use llms.txt for a full index of all documentation.
Add Tako to your agent
The fastest way to build with Tako. Paste one prompt into your coding agent to wire Tako into an existing project, or create a new Tako agent from the console.- Build a Tako agent from scratch
- Add to your agent
Create a Tako-powered agent
Follow the agent quickstart in the console. It generates a prompt for your coding agent in seconds to build with the Tako APIs.
Installation
Tako ships official SDKs for Python and TypeScript / JavaScript. Every endpoint is also a singlePOST, so any other language works over the REST API directly.
Get your API key
1
Sign up for free credits
New to Tako? Sign up and get free credits to start building.
2
Create an API key
Create an API key from your Tako console.
3
Store it as an environment variable
Store it as an environment variable — for example
TAKO_API_KEY — rather than hardcoding it.Pick the right tool
Each API is a single call over the same curated, real-time data. Here’s what each one is for.Answer
You want the question answered, not the data.
"Should I wear a jacket in New York this week?"Returns — a written answer, with the sources behind it.Search
You want the data itself, and you’ll do the rest.
"Nvidia quarterly revenue"Returns — knowledge cards and web results, no LLM in the loop.Contents
You have a result already, and you need what’s under it.
"https://tako.com/card/…"Returns — that card’s rows as CSV, or a web page as clean text.Agent
The question needs real work before anything can answer it.
"Which of the 20 largest US semiconductor companies grew revenue fastest since 2015?"Returns — a cited brief from an asynchronous research job.Make your first request
Pick the use case closest to what you’re building. Each is a single call over the same real-time data — the code and the live result below both change to match.- Stock prices
- Sports
- Research
- Build an agent
Search returns fast, structured knowledge cards for a query — no LLM in the loop. Ideal for pulling live prices you render or compute on yourself.
Code
Code
Result
Result
A knowledge card — a full data series with its sources, ready to render or compute on.
Next steps
Developer Playground
No setup required. Try a simple query like “Nvidia earnings” or a long-form prompt to see what Tako returns.
What is Tako?
Learn more about Tako’s key concepts and functionality.