Files
openwork/packages/docs/index.mdx
2026-02-23 16:48:29 -08:00

35 lines
1.1 KiB
Plaintext

---
title: "Introduction"
description: "OpenWork for agents, operators, and teams"
---
OpenWork helps you run agentic workflows with clear control over workers, skills, automations, and messaging surfaces.
Use this docs set to deploy OpenWork quickly, onboard teammates, and keep work predictable.
<Card
title="Create an OpenWork instance"
icon="rocket"
href="/create-openwork-instance"
horizontal
>
Agent-friendly playbook for launching an instance with desktop or CLI.
</Card>
## Start paths
<CardGroup cols={2}>
<Card title="Quickstart" icon="zap" href="/quickstart">
Get from install to first worker in minutes.
</Card>
<Card title="CLI" icon="terminal" href="/cli">
Run OpenWork with `openwrk`, `openwork-server`, and `opencode-router`.
</Card>
<Card title="OpenCode Router" icon="message-square" href="/opencode-router">
Route Slack and Telegram messages to the right workspace directory.
</Card>
<Card title="Worker isolation" icon="shield" href="/tutorials/worker-isolation">
Avoid the shared-context chaos by separating workers by domain.
</Card>
</CardGroup>