Shortcut
active

Project management for software teams — stories, epics, iterations, milestones

project-managementBearer TokenFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call Shortcut with your PincerAPI key. No separate signup needed.

# Get instructions for Shortcut
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/shortcut/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/shortcut/your/endpoint/here"

Direct Setup

Endpoints

POST/search/stories

Search stories with query

💡 Supports full-text search and filters like is:started, owner:name

POST/stories

Create a new story

GET/projects

List all projects

GET/iterations

List all iterations (sprints)

Related APIs in project-management