Skip to main content
Kinetic is a platform for building AI agents (“computer use agents”) to automate workflows involving real software systems. This guide is written for developers using our API. You can also use our user-friendly dashboard to achieve the same goals.

Quickstart (2 minutes)

  1. Create your token: Go to your dashboard and go to “Settings” > “API Keys”.
  2. Create a workflow: POST /api/workflows with a prompt, allow-listed domains, and optional payload schema. This publishes version 1 immediately.
  3. Execute it: POST /api/workflows/{workflowId}/execute with an optional inputPayload.
  4. Track status: GET /api/executions/{executionId} until status is completed or failed. Fetch video or artifacts when available.