Shortcut API

REST API for Shortcut (formerly Clubhouse), a project management platform for engineering teams, covering stories, epics, iterations, workflows, and members.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Developer Tools project-management rest-api issues epics sprints developer-tools automation
⚙ Agent Friendliness
57
/ 100
Can an agent use this?
🔒 Security
72
/ 100
Is it safe for agents?
⚡ Reliability
77
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
82
Error Messages
78
Auth Simplicity
65
Rate Limits
72

🔒 Security

TLS Enforcement
100
Auth Strength
65
Scope Granularity
50
Dep. Hygiene
75
Secret Handling
72

HTTPS enforced. However, no OAuth or scope granularity — every token is full-access. SOC2 certified. Agents should use dedicated accounts with tokens rotated regularly.

⚡ Reliability

Uptime/SLA
75
Version Stability
80
Breaking Changes
78
Error Recovery
75
AF Security Reliability

Best When

An engineering team uses Shortcut and agents need to automate story creation, triage, or workflow state management.

Avoid When

Your team doesn't use Shortcut or prefers a GraphQL-first API for richer query flexibility.

Use Cases

  • Creating stories and epics from automated agent workflows
  • Syncing incidents or alerts into Shortcut as actionable stories
  • Querying iteration (sprint) progress and team velocity
  • Automating story state transitions and workflow management
  • Building reporting tools on top of Shortcut project data

Not For

  • Teams already invested in Jira or Linear ecosystems
  • Non-engineering project management (limited support for non-dev workflows)
  • Organizations needing self-hosted project management

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
Yes

Authentication

Methods: api_key
OAuth: No Scopes: No

Single API token per user; token passed via Shortcut-Token header. No OAuth or fine-grained scoping — all tokens have full account access. Treat tokens as high-privilege secrets.

Pricing

Model: freemium
Free tier: Yes
Requires CC: No

API access available on all tiers. Free tier is generous for small teams. Enterprise pricing includes SSO and advanced controls.

Agent Metadata

Pagination
cursor
Idempotent
No
Retry Guidance
Not documented

Known Gotchas

  • No OAuth — all tokens are full-access; agents should use dedicated service-user tokens
  • Rate limit of 200 req/min can be hit by agents processing large backlogs
  • No idempotency keys: retried story-creation calls will create duplicates
  • Workflow states are workspace-specific IDs that must be looked up before use
  • OpenAPI spec exists but may lag behind the actual API — validate against live docs

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Shortcut API.

$99

Scores are editorial opinions as of 2026-03-06.

5215
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered