Skip to main content
Ref Plans integrates with coding agents (where you send tasks for implementation) and context sources (where you pull planning context from).

Agent destinations

When a task is ready, you can send it to one of these agents to implement the code:
AgentTypeDescription
Cursor Background AgentsAPILaunches a Cursor background agent via API key
DevinAPILaunches a Devin session via API key
Claude Code WebWebhookSends task to Claude Code in the cloud
CodexWebhookSends task to OpenAI Codex
Cursor LocalWebhookSends task to your local Cursor instance
Copy & PasteWebhookCopies the task prompt for manual use in any agent
API-based agents connect directly through API keys. Ref launches the agent and tracks its progress automatically. Webhook-based agents work by appending progress-reporting instructions to the task prompt. The agent reports back to Ref via curl commands included in the prompt.

Context sources

Pull context from your project management and development tools into your plans:
SourceDescription
LinearAttach Linear tickets for context; agent can update ticket status
GitHub Issues & PRsAttach GitHub issues and PRs; track PRs linked to plans