Shortcut

Published on May 25th, 2026

Introduction

The Context Store has several Shortcut templated Data Sources to allow users to quickly pull relevant data into their Data Store. These templates are a starting point and often you'll want to apply filters or chained Data Sources to modify these templates to suit your needs.

Authentication

The built-in shortcut integration uses token/header auth.

Shortcut API tokens do not expose fine-grained per-endpoint scopes in the same way as OAuth scope systems; access is based on the token's workspace/user permissions.

For least privilege:

  • Use a dedicated Shortcut token owned by a service account/member with read access to the required workspace entities.
  • Ensure the token identity can see members/groups/projects in the relevant workspace(s).
  • Rotate token credentials regularly and store them in your secrets manager.

Pre-built Data Sources

This table lists the Shortcut API permissions needed for the Shortcut data source seeds currently defined in this repo.

Data source seedShortcut endpoint(s) usedRequired token permission(s)
Shortcut iterationsGET /api/v3/iterationsWorkspace token with read access to iterations
Shortcut epicsGET /api/v3/epicsWorkspace token with read access to epics
Shortcut membersGET /api/v3/membersWorkspace token with read access to members
Shortcut groupsGET /api/v3/groupsWorkspace token with read access to groups
Shortcut projectsGET /api/v3/projectsWorkspace token with read access to projects