> ## 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.

# Welcome

> API docs for the Kinetic Systems workflow automation platform

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](https://kineticsystems.ai) to achieve the same goals.

## Quickstart (2 minutes)

1. **Create your token**: Go to [your dashboard](https://kineticsystems.ai) 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.
