# Draft ## Docs - [Evidence API](https://docs.trydraft.dev/api-reference/evidence.md): Access verification evidence (stdout, stderr, exit codes) - [Goals API](https://docs.trydraft.dev/api-reference/goals.md): Create and manage high-level objectives - [Jobs API](https://docs.trydraft.dev/api-reference/jobs.md): Monitor and control background jobs - [API Overview](https://docs.trydraft.dev/api-reference/overview.md): REST API for programmatic access to Draft - [Tickets API](https://docs.trydraft.dev/api-reference/tickets.md): Manage tickets, state transitions, and execution - [Boards & Goals](https://docs.trydraft.dev/concepts/boards-and-goals.md): Organize work around repositories and high-level objectives - [Revisions & Reviews](https://docs.trydraft.dev/concepts/revisions-and-reviews.md): PR-like code review workflow for every AI iteration - [Tickets & State Machine](https://docs.trydraft.dev/concepts/tickets-and-states.md): How tickets flow through Draft's lifecycle - [Verification Pipeline](https://docs.trydraft.dev/concepts/verification-pipeline.md): Automated testing and linting for every ticket implementation - [Workspace Isolation](https://docs.trydraft.dev/concepts/workspace-isolation.md): Git worktrees provide safe, parallel execution for every ticket - [Configuration](https://docs.trydraft.dev/configuration.md): Configure Draft with draft.yaml and environment variables - [Architecture](https://docs.trydraft.dev/development/architecture.md): Technical overview of Draft's internals - [Contributing](https://docs.trydraft.dev/development/contributing.md): How to contribute to Draft - [Troubleshooting](https://docs.trydraft.dev/development/troubleshooting.md): Common issues and how to fix them - [Claude Code](https://docs.trydraft.dev/executors/claude-code.md): Using Claude Code CLI as your AI executor - [Cursor Agent](https://docs.trydraft.dev/executors/cursor-agent.md): Using Cursor's Agent CLI for headless execution - [Other Executors](https://docs.trydraft.dev/executors/other-executors.md): Additional AI code agents supported by Draft - [Executor Overview](https://docs.trydraft.dev/executors/overview.md): How Draft integrates with AI code agents - [Autopilot Mode](https://docs.trydraft.dev/guides/autopilot-mode.md): Let the planner autonomously manage your ticket pipeline - [Merge Workflow](https://docs.trydraft.dev/guides/merge-workflow.md): Merging completed ticket branches into your main branch - [Ticket Dependencies](https://docs.trydraft.dev/guides/ticket-dependencies.md): Manage execution order with a dependency DAG - [Your First Ticket](https://docs.trydraft.dev/guides/your-first-ticket.md): Walk through creating a goal and watching AI implement it - [What is Draft?](https://docs.trydraft.dev/introduction.md): AI-powered local-first kanban board that uses AI agents to automatically implement tickets - [Quick Start](https://docs.trydraft.dev/quickstart.md): Get Draft running in under a minute - [Client Reference](https://docs.trydraft.dev/sdk/client-reference.md): Full API reference for the Draft Python SDK - [Examples](https://docs.trydraft.dev/sdk/examples.md): Real-world integration patterns for the Draft SDK - [Python SDK](https://docs.trydraft.dev/sdk/overview.md): Build AI agents that use Draft as their project management layer ## OpenAPI Specs - [openapi](https://docs.trydraft.dev/api-reference/openapi.json)