Coming Soon — Join the Waitlist

The Kyboro
Developer API

Programmatic access to India's most capable autonomous AI coding agent. Embed Kyboro into your IDE, CI/CD pipeline, Slack bot, or product.

example request
POST https://api.kyboro.com/v1/agent/run
Authorization: Bearer kyb_sk_••••••••••••••••

{
  "task": "Build a REST API with JWT auth in Node.js",
  "language": "typescript",
  "run_tests": true,
  "deploy": false
}

// Response
{
  "status": "completed",
  "files_created": 12,
  "tests_passed": 24,
  "output": "https://api.kyboro.com/v1/jobs/job_abc123/files"
}

Code Generation API

Submit a task description, get production-quality code back. Any language, any framework.

Browser Agent API

Trigger real browser automation tasks over HTTP — scraping, form-fill, navigation.

Shell Execution API

Run terminal commands in a sandboxed environment and stream the output.

Agent Fleet API

Orchestrate multiple sub-agents in parallel for complex multi-step tasks.

Get early API access

Sign up now to be first in line when the Kyboro API opens. Early access includes higher rate limits and priority support.

Join the Waitlist