Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
SHORTCUT_API_TOKENYesShortcut API token (Settings > Account > API Tokens) Docs.

Setup

  1. Sign in to Shortcut: Go to https://app.shortcut.com and sign in. A free trial workspace is sufficient for testing.
  2. Generate an API token: Open Settings > Account > API Tokens (https://app.shortcut.com/settings/account/api-tokens), name the token, and generate it. Tokens are scoped to the workspace you create them in.
  3. Set the environment variable: Add the token to your .env as SHORTCUT_API_TOKEN=…
  4. Verify access: Run List Workflows, then Search Stories with a simple query.
  • Shortcut authenticates with a ‘Shortcut-Token’ header, not Authorization
  • Creating stories needs a workflow_state_id - call List Workflows first
  • Rate limit is 200 requests per minute
Provider API reference: https://developer.shortcut.com/api/rest/v3

Tools

ToolAccessDescription
Search StoriesReadSearch Shortcut stories with the Shortcut search syntax
Get StoryReadGet a Shortcut story by its public ID
Create StoryWriteCreate a new story in Shortcut
Update StoryWriteUpdate an existing Shortcut story
List EpicsReadList epics in the Shortcut workspace
List MembersReadList members of the Shortcut workspace (use member UUIDs as owner_ids)
List WorkflowsReadList workflows and their states (use state IDs as workflow_state_id)

Example prompts

  • Search Shortcut for stories owned by me that are in progress and summarize them.
  • Create a bug story in Shortcut with a clear title and reproduction steps.