Resources

Build on BoltOps programmatically

Full API access to workspaces, agents, governance rules, and workflows. Automate anything, integrate everything.

Overview

Multiple ways to integrate

Choose the integration method that fits your workflow.

🔌

REST API

Standard RESTful endpoints for all platform operations. JSON request and response bodies, Bearer token authentication, and comprehensive error codes.

GraphQL

Flexible queries for complex data needs. Fetch exactly the fields you need in a single request. Subscriptions available for real-time agent updates.

🔔

Webhooks

Event-driven notifications for workflow state changes. Configure per-workspace webhooks for agent completion, verification results, and PR creation.

Quick Reference

Common endpoints

The most frequently used API calls to get you started.

# Create a new workflow
POST /api/v1/workflows
{
  "workspace_id": "ws_abc123",
  "intent": "Add user authentication with email/password",
  "governance": "default"
}

# Get workflow status
GET /api/v1/workflows/:id

# List workspace agents
GET /api/v1/workspaces/:id/agents

# Trigger verification
POST /api/v1/workflows/:id/verify

# Get governance rules
GET /api/v1/workspaces/:id/governance
SDKs & Tools

Get building faster

Official SDKs and interactive tools to accelerate your integration.

📦

Official SDKs

TypeScript, Python, and Go SDKs with full type definitions, auto-generated from our OpenAPI spec. Install from npm, PyPI, or Go modules.

API Playground

Interactive API explorer in the dashboard. Test endpoints with your real data, inspect responses, and generate code snippets in any language.

Ready to ship at Bolt speed?

Join engineering teams that have replaced sprint ceremonies with AI-orchestrated workflows.

Get Started Free