Skip to content

Reference

Shortcut

Connect Shortcut to Alter Vault for secure API access

Use Shortcut credentials to make authenticated API calls through Alter Vault without exposing API keys in code.

PropertyValue
Provider IDshortcut
CategoryProductivity
Credential TypeAPI Key

Log in to Shortcut

Log in to Shortcut at app.shortcut.com.

Go to Settings → Account → API Tokens

Go to Settings → Account → API Tokens at app.shortcut.com/settings/account/api-tokens.

Generate a token

Click ‘Generate Token’.

Copy your token

Copy the generated API token.

Open the Developer Portal

Go to portal.alterauth.com and navigate to the application.

Add Shortcut

Go to Managed Secrets > Add Provider > Shortcut.

Enter credentials

Paste your API Token into the credential field.

Save

Click Save. You’ll receive a grant_id to use with the SDK.

response = await alter_app.request(
HttpMethod.GET,
"https://api.app.shortcut.com/api/v3/stories",
grant_id="YOUR_GRANT_ID",
)

Alter policy rules can target these attested operations and families for operation-level and parameter-aware controls.

Operation IDFamiliesMethodProvider path
createEpicCommentsendPOST/api/v3/epics/{epic-public-id}/comments
createEpicCommentCommentsendPOST/api/v3/epics/{epic-public-id}/comments/{comment-public-id}
createStoryCommentsendPOST/api/v3/stories/{story-public-id}/comments
createStoryReactionsendPOST/api/v3/stories/{story-public-id}/comments/{comment-public-id}/reactions
unlinkCommentThreadFromSlacksendPOST/api/v3/stories/{story-public-id}/comments/{comment-public-id}/unlink-from-slack
updateEpicCommentsendPUT/api/v3/epics/{epic-public-id}/comments/{comment-public-id}
updateStoryCommentsendPUT/api/v3/stories/{story-public-id}/comments/{comment-public-id}
deleteCategorydeleteDELETE/api/v3/categories/{category-public-id}
deleteCustomFielddeleteDELETE/api/v3/custom-fields/{custom-field-public-id}
deleteDocdeleteDELETE/api/v3/documents/{doc-public-id}
deleteEntityTemplatedeleteDELETE/api/v3/entity-templates/{entity-template-public-id}
deleteEpicdeleteDELETE/api/v3/epics/{epic-public-id}
deleteEpicCommentdeleteDELETE/api/v3/epics/{epic-public-id}/comments/{comment-public-id}
deleteFiledeleteDELETE/api/v3/files/{file-public-id}
deleteGenericIntegrationadmin, deleteDELETE/api/v3/integrations/webhook/{integration-public-id}
deleteIterationdeleteDELETE/api/v3/iterations/{iteration-public-id}
deleteLabeldeleteDELETE/api/v3/labels/{label-public-id}
deleteLinkedFiledeleteDELETE/api/v3/linked-files/{linked-file-public-id}
deleteMilestonedeleteDELETE/api/v3/milestones/{milestone-public-id}
deleteObjectivedeleteDELETE/api/v3/objectives/{objective-public-id}
deleteProjectdeleteDELETE/api/v3/projects/{project-public-id}
deleteStorydeleteDELETE/api/v3/stories/{story-public-id}
createGenericIntegrationadmin, writePOST/api/v3/integrations/webhook
createGroupadmin, writePOST/api/v3/groups
updateGroupadmin, writePUT/api/v3/groups/{group-public-id}
updateKeyResultadmin, writePUT/api/v3/key-results/{key-result-public-id}
createCategorywritePOST/api/v3/categories
createDocwritePOST/api/v3/documents
createEpicHealthwritePOST/api/v3/epics/{epic-public-id}/health
createObjectiveHealthwritePOST/api/v3/objectives/{objective-public-id}/health
createTaskwritePOST/api/v3/stories/{story-public-id}/tasks
updateFilewritePUT/api/v3/files/{file-public-id}
updateLinkedFilewritePUT/api/v3/linked-files/{linked-file-public-id}
updateTaskwritePUT/api/v3/stories/{story-public-id}/tasks/{task-public-id}
getEpicCommentreadGET/api/v3/epics/{epic-public-id}/comments/{comment-public-id}
getFilereadGET/api/v3/files/{file-public-id}
getLinkedFilereadGET/api/v3/linked-files/{linked-file-public-id}
getStoryCommentreadGET/api/v3/stories/{story-public-id}/comments/{comment-public-id}
getTaskreadGET/api/v3/stories/{story-public-id}/tasks/{task-public-id}
listEpicCommentsreadGET/api/v3/epics/{epic-public-id}/comments

Report an issue with this page

Necessary

Required for sign-in, security, authorization, and remembering your choices.

Always active

Analytics

Helps us understand which product and documentation features are useful.

Performance diagnostics

Uses performance tracing and privacy-masked session replay to diagnose problems.

You can change these choices at any time from Cookie settings.