Build locally with open-source tools. Scale with hosted APIs through TALOCODE_API_KEY.
Talocode helps developers and builders make work readable to agents and controllable by humans. Every product ships as an open-source tool you can run yourself, with a hosted API layer when you need scale.
| Category | Product | Description | Status |
|---|---|---|---|
| Backend Cloud | Stacklane | Backend cloud platform for AI-native apps | Experimental |
| AI Coding | Codra | Local-first AI coding agent | Experimental |
| Browser Automation | Agent Browser | Browser validation layer for AI agents | Experimental |
| Workflow | WorkLane | Agent workflow and approval runtime | Planned |
| Skills | Talocode Skills | Reusable skills for agents | Experimental |
| Learning | Tera | Learning and context assistant | Planned |
| Video | ClipLoop | Short-form promo video engine for indie apps | Experimental |
| Trading | Tradia | Trading performance intelligence | Planned |
| Signals | SignalLane | Business signal detection and routing | Planned |
| Hosted API | Talocode Cloud | Hosted API layer with wallet credits and router | Experimental |
Talocode Cloud is the hosted API layer for the entire ecosystem. One TALOCODE_API_KEY gives you access to every product API with prepaid wallet billing.
curl https://api.talocode.xyz/v1/chat/completions \
-H "Authorization: Bearer $TALOCODE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "talocode/auto",
"messages": [
{ "role": "user", "content": "Hello" }
]
}'- Prepaid wallet — 1 credit = $0.01 USD, 100 free credits on signup
- Pay-per-use — every API call deducts credits from your wallet
- OpenAI-compatible router — automatic provider fallback (OpenAI, OpenRouter, Gemini)
- Top-up via Stripe — minimum $5, instant credit
Learn more about Talocode Cloud →
| Resource | URL |
|---|---|
| Website | talocode.xyz — GitHub Pages landing page |
| Source | github.com/talocode/talocode |
| Cloud Dashboard | cloud.talocode.xyz |
| API Endpoint | api.talocode.xyz |
| Documentation | docs.talocode.xyz |
| GitHub | github.com/talocode |
| Status | Meaning |
|---|---|
| Live | Running in production, stable APIs |
| Experimental | Working but evolving — APIs may change |
| Planned | Not yet built, design phase |