Integrations & a real API
Connect the tools you already run. When we do not have an integration, the REST API and signed webhooks are on every plan — including Free.
Link pull requests to tasks, auto-close on merge, generate branch names from task IDs.
Merge request linking, pipeline status on the task and auto-transitions.
Task notifications, /pm slash commands and rich unfurling of task links.
Channel notifications and task creation from any Teams message.
Two-way sync between due dates and calendar events.
Calendar sync plus create-task-from-email.
Our own billing runs on Paddle — merchant of record, global tax handled.
Triggers and actions for 6,000+ apps through our webhook API.
Scenario triggers and actions via signed webhooks.
Embed live Figma frames in tasks and documents.
Paste a Loom link and it plays inline in comments.
Create a meeting from a task and attach the recording afterwards.
Import historical time entries and keep your reporting continuous.
Sync time entries both ways during migration.
Push invoices and payments into your accounting stack.
Invoice and contact sync for Xero users.
One-way or two-way sync, plus a full migration importer.
Import projects, sections, custom fields and subtasks.
Create tasks from email and reply to comments straight from your inbox.
Build your own in an afternoon
Scoped API keys, cursor pagination, HMAC-signed webhooks with retries, and an OpenAPI 3 spec you can generate a client from. Rate limits start at 60 requests a minute on Free and go to 5,000 on Enterprise.
curl https://manageyourproject.net/api/v1/tasks \
-H "X-Api-Key: myp_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"project_id": 12,
"title": "Ship the pricing page",
"due_date": "2026-08-19",
"assignees": [3, 8],
"estimated_hours": 6
}'