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.Documentation Index
Fetch the complete documentation index at: https://docs.kineticsystems.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart (2 minutes)
- Create your token: Go to your dashboard and go to “Settings” > “API Keys”.
- Create a workflow: POST
/api/workflowswith a prompt, allow-listed domains, and optional payload schema. This publishes version1immediately. - Execute it: POST
/api/workflows/{workflowId}/executewith an optionalinputPayload. - Track status: GET
/api/executions/{executionId}untilstatusiscompletedorfailed. Fetch video or artifacts when available.
