Intelligent APIs for AI & Web3 applications
Production-ready API products that handle the hard parts — data transformation, AI pipeline orchestration, and blockchain integration — so you can ship faster.
// Install: npm i @ok-robot/sdk
import { OKRobot } from '@ok-robot/sdk'
const client = new OKRobot({
apiKey: process.env.OK_ROBOT_KEY
})
// Transform data with AI
const result = await client.transform({
input: "raw CSV data...",
schema: "target format",
model: "fast"
})
console.log(result.data)
// ✓ Transformed in 42ms Three APIs. Infinite possibilities.
Each product is a standalone API with its own documentation, SDK, and dashboard. Use one or combine them for powerful workflows.
AI Pipeline API
Chain LLM calls, embeddings, and custom logic into reliable, observable pipelines. Built-in retry, caching, and cost tracking.
- Multi-model orchestration
- Automatic fallbacks
- Usage analytics dashboard
GET api.ok-robot.co/v1/pipeline Data Transform API
AI-powered data normalization, extraction, and format conversion. Feed it messy data, get clean structured output.
- Schema inference
- Batch processing
- 50+ format support
GET api.ok-robot.co/v1/transform Web3 Bridge API
Unified interface across EVM chains, Solana, and more. Smart contract interaction, token data, and DeFi integrations.
- Multi-chain support
- Gas optimization
- Event streaming
GET api.ok-robot.co/v1/web3 From zero to production in minutes
Get your API key
Sign up and generate a key in seconds. No credit card required for the free tier.
export OK_ROBOT_KEY=okr_live_... Install the SDK
Available for JavaScript, Python, Go, and Rust. Or call the REST API directly.
npm install @ok-robot/sdk Make your first call
Every endpoint is designed to be intuitive. Most integrations take under 10 minutes.
const res = await client.transform({ input, schema }) Scale with confidence
Built-in rate limiting, retries, and monitoring. Upgrade your plan as you grow.
// 10M+ requests/month — no sweat Simple, transparent pricing
Start free, scale as you grow. All plans include access to every API.
Free
Perfect for prototyping and personal projects.
- 1,000 requests/month
- All three APIs
- Community support
- Basic dashboard
Pro
For teams building production applications.
- 100,000 requests/month
- All three APIs
- Priority support (< 4hr)
- Advanced analytics
- Webhooks & streaming
- Custom rate limits
Enterprise
Dedicated infrastructure and SLAs for scale.
- Unlimited requests
- All three APIs
- Dedicated support engineer
- Custom SLA (99.99%)
- On-prem deployment option
- SSO & audit logs
- Volume discounts
Ready to build something great?
Get your free API key and start making requests in under 2 minutes. No credit card, no commitment.