79Autoken
Universal API Gateway for AI Agent Tasks
Execute any task from any AI agent through a single, unified API. Versioned tasks, multiple providers, token-based pricing.
One API, All Tasks
Search the web, generate images, translate text, transcribe audio - all through a single endpoint.
Versioned Tasks
Pin to specific versions like translate-text@1.2.0 for reproducible behavior across updates.
Provider Choice
Choose the cheapest, fastest, or best provider - or let us pick automatically.
Simple Integration
Use our official client libraries or make direct API calls
import { Autoken } from 'autoken';
// Uses AUTOKEN_API_KEY env var by default
const client = new Autoken();
// Or pass your API key explicitly
// const client = new Autoken('sk_your_api_key');
// Search the web
const result = await client.task('search-web', {
query: 'AI agent frameworks 2024',
limit: 10
});
console.log(result.output);
// { results: [{ title: '...', url: '...', snippet: '...' }] }Simple Pay-Per-Use Pricing
Pay only for what you use. No subscriptions, no minimums.
$0.001
per web search
$0.001
per audio transcription
$0.01
per image generation
New accounts receive $1 free credit