# Capy Docs - [Capy AI docs - Welcome and quickstart](https://docs.capy.ai/welcome.md): Use Capy AI to ship software from a cloud coding agent: start a thread, connect your tools, review the diff, and open a pull request. - [Capy AI quickstart - Ship your first PR](https://docs.capy.ai/quickstart.md): Start using Capy in minutes: connect GitHub, launch your first coding thread, review the change, and open a pull request. - [Models & pricing](https://docs.capy.ai/models-and-pricing.md): Compare Capy models, token rates, plans, subscriptions, BYOK options, and machine time pricing. - [Threads](https://docs.capy.ai/threads.md): Learn how Capy threads deliver messages, show status and todos, accept voice input, and run coding work in the cloud. - [Tasks](https://docs.capy.ai/tasks.md): Learn how Capy splits work across task subagents on shared or fresh machines and returns their results to the parent thread. - [Pull requests](https://docs.capy.ai/pull-requests.md): Learn how Capy opens pull requests on capy/ branches, reacts to CI and review feedback, and supports stacked changes. - [Reviews](https://docs.capy.ai/review.md): Learn how Capy's review agent checks pull request diffs and posts structured findings as inline GitHub comments. - [Capy AI automations - Run coding tasks](https://docs.capy.ai/automations.md): Schedule Capy coding tasks from recurring prompts and events, then pause, resume, delete, or restore them from the app or API. - [Projects](https://docs.capy.ai/projects.md): Organize Capy threads and repositories into projects with shared environment settings, automations, integrations, and access controls. - [Machines](https://docs.capy.ai/machines.md): Learn how Capy machines boot, sleep, persist files, and provide isolated VMs for threads and tasks. - [Environment](https://docs.capy.ai/environment.md): Configure Capy machine size, setup scripts, commands, snapshots, and repository environments so agents can verify code. - [Secrets](https://docs.capy.ai/secrets.md): Learn how Capy stores project environment variables, controls who can see them, and limits what agents can read. - [Instructions](https://docs.capy.ai/instructions.md): Teach Capy your repository conventions with AGENTS.md, nested instructions, and file-specific rules that load at the right time. - [Skills](https://docs.capy.ai/skills.md): Teach Capy repeatable workflows with repository skill folders, frontmatter, loading rules, and focused instructions. - [Capy AI GitHub integration](https://docs.capy.ai/integrations/github.md): Connect Capy to GitHub with the GitHub App so threads can clone repositories, open pull requests, and react to CI and review events. - [Capy AI Slack integration](https://docs.capy.ai/integrations/slack.md): Connect Capy to Slack to start threads from messages, sync conversations, and give agents context from your workspace. - [Linear](https://docs.capy.ai/integrations/linear.md): Connect Linear to Capy so your team can delegate issues, route work to projects, and follow agent activity in native sessions. - [Tailscale](https://docs.capy.ai/integrations/tailscale.md): Connect Capy to your Tailscale tailnet so project machines can reach private services like databases and internal APIs, without exposing them to the public internet. - [Vercel](https://docs.capy.ai/integrations/vercel.md): Connect Capy to Vercel previews so pull request pages show live deployment status and preview links without extra webhooks. - [MCP](https://docs.capy.ai/integrations/mcp.md): Connect Capy to remote HTTP or local stdio MCP servers so threads can use tools and data from external services. - [Members](https://docs.capy.ai/admin/members.md): Manage Capy organization members, roles, invitations, ownership, and service users for automation. - [Billing](https://docs.capy.ai/admin/billing.md): Manage Capy plans, workspace billing, balance purchases, auto-reload, invoices, and organization spending. - [Security](https://docs.capy.ai/admin/security.md): Learn how Capy isolates agent machines, protects GitHub credentials, and keeps project secrets out of logs and prompts. - [Troubleshooting](https://docs.capy.ai/troubleshooting.md): Fix common Capy issues such as sleeping machines, setup failures, missing files, and threads that appear stuck. - [Support](https://docs.capy.ai/support.md): Get help with Capy through in-app chat or email, and find the right support path for your organization. - [API reference](https://docs.capy.ai/api-reference/overview.md): Programmatic access to Capy: create threads, drive the agent, observe tasks, manage automations, start reviews, and read usage - [API quickstart](https://docs.capy.ai/api-reference/quickstart.md): From an API key to a running agent thread in five curl commands - [Authentication](https://docs.capy.ai/api-reference/authentication.md): API keys, the principal they act as, and when to use a service user - [Common flows](https://docs.capy.ai/api-reference/common-flows.md): End-to-end curl sequences: drive a thread, walk its task tree, start a review, organize a member's board, trigger an automation - [Migrate from the legacy API](https://docs.capy.ai/api-reference/migration.md): What changed between the legacy Capy API and the current public API, and how to migrate an integration - [List automations](https://docs.capy.ai/api-reference/automations/list-automations.md) - [Create automation](https://docs.capy.ai/api-reference/automations/create-automation.md) - [Enable automation](https://docs.capy.ai/api-reference/automations/enable-automation.md) - [Disable automation](https://docs.capy.ai/api-reference/automations/disable-automation.md) - [Delete automation](https://docs.capy.ai/api-reference/automations/delete-automation.md) - [Restore automation](https://docs.capy.ai/api-reference/automations/restore-automation.md) - [List projects](https://docs.capy.ai/api-reference/projects/list-projects.md) - [Get project](https://docs.capy.ai/api-reference/projects/get-project.md) - [List threads](https://docs.capy.ai/api-reference/threads/list-threads.md) - [Create thread](https://docs.capy.ai/api-reference/threads/create-thread.md) - [Get thread](https://docs.capy.ai/api-reference/threads/get-thread.md) - [Rename thread](https://docs.capy.ai/api-reference/threads/rename-thread.md) - [Archive thread](https://docs.capy.ai/api-reference/threads/archive-thread.md) - [Unarchive thread](https://docs.capy.ai/api-reference/threads/unarchive-thread.md) - [Regenerate thread title](https://docs.capy.ai/api-reference/threads/regenerate-thread-title.md) - [List](https://docs.capy.ai/api-reference/folders/list.md) - [Threads](https://docs.capy.ai/api-reference/folders/threads.md) - [File](https://docs.capy.ai/api-reference/folders/file.md) - [Unfile](https://docs.capy.ai/api-reference/folders/unfile.md) - [Pin](https://docs.capy.ai/api-reference/folders/pin.md) - [Unpin](https://docs.capy.ai/api-reference/folders/unpin.md) - [List tasks](https://docs.capy.ai/api-reference/tasks/list-tasks.md) - [Get task](https://docs.capy.ai/api-reference/tasks/get-task.md) - [List task messages](https://docs.capy.ai/api-reference/tasks/list-task-messages.md) - [List thread messages](https://docs.capy.ai/api-reference/messages/list-thread-messages.md) - [Send message](https://docs.capy.ai/api-reference/messages/send-message.md) - [Interrupt thread](https://docs.capy.ai/api-reference/messages/interrupt-thread.md) - [Cancel queued message](https://docs.capy.ai/api-reference/messages/cancel-queued-message.md) - [Send queued message now](https://docs.capy.ai/api-reference/messages/send-queued-message-now.md) - [Get review settings](https://docs.capy.ai/api-reference/reviews/get-review-settings.md) - [Configure review settings](https://docs.capy.ai/api-reference/reviews/configure-review-settings.md) - [Get review billing transfer](https://docs.capy.ai/api-reference/reviews/get-review-billing-transfer.md) - [Offer review billing transfer](https://docs.capy.ai/api-reference/reviews/offer-review-billing-transfer.md) - [Accept review billing transfer](https://docs.capy.ai/api-reference/reviews/accept-review-billing-transfer.md) - [Cancel review billing transfer](https://docs.capy.ai/api-reference/reviews/cancel-review-billing-transfer.md) - [Decline review billing transfer](https://docs.capy.ai/api-reference/reviews/decline-review-billing-transfer.md) - [Start review](https://docs.capy.ai/api-reference/reviews/start-review.md) - [Get usage report](https://docs.capy.ai/api-reference/usage/get-usage-report.md) - [List organization users](https://docs.capy.ai/api-reference/users/list-organization-users.md) ## OpenAPI Specs - [openapi](/openapi.json) ## Optional - [Dashboard](https://capy.ai) - [Discord](https://discord.com/invite/capy)