Build locally with open-source tools. Scale with hosted APIs through TALOCODE_API_KEY.
Every product ships as open-source. Run locally, or use via Talocode Cloud.
Backend cloud platform for AI-native apps. PostgreSQL-powered auth, billing, project management, and usage metering.
ExperimentalLocal-first AI coding agent. Understands your project, runs commands, edits files. Zero cloud dependency.
ExperimentalBrowser validation layer for AI agents. Check pages, take screenshots, collect evidence via REST API or MCP.
ExperimentalAgent workflow and approval runtime. Multi-step agent tasks with human-in-the-loop gates.
PlannedReusable skill definitions for AI agents. Structured capability modules for discovery and execution.
ExperimentalLearning and context assistant. Captures web content, summarizes, builds a personal knowledge base.
PlannedShort-form promo video engine for indie apps. Generate product demos and social promos from templates.
ExperimentalTrading performance intelligence. Import trades, analyze behavior, generate risk reports.
PlannedBusiness signal detection and routing. Monitor RSS, GitHub, web sources for relevant signals.
PlannedOne TALOCODE_API_KEY unlocks every product API with unified prepaid billing.
Single TALOCODE_API_KEY for all product APIs. Bearer token authentication.
1 credit = $0.01 USD. 100 free credits ($1.00) on signup. Pay-per-use, no subscriptions.
OpenAI-compatible /v1/chat/completions with automatic fallback across providers.
Fund your wallet via Stripe. Minimum $5. Instant credit. No surprise bills.
curl https://api.talocode.site/v1/chat/completions \
-H "Authorization: Bearer $TALOCODE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "talocode/auto",
"messages": [
{ "role": "user", "content": "Hello" }
]
}'
Where each part of the ecosystem stands today.
| Component | Status | Notes |
|---|---|---|
| Brand repo | Live | This site |
| Stacklane billing | Live | Prepaid wallet, API keys, usage metering — local/demo |
| Cloud router | Live | OpenAI-compatible router with fallback — local/demo |
| Agent Browser API | Experimental | Billing integration connected locally |
| Cloud dashboard | Experimental | UI built, needs deployment |
| Public cloud deployment | Planned | Hosted at api.talocode.site |