linear_generateOAuthApplicationSetup
Generate a Linear OAuth application manifest and setup URL that requires admin approval to complete.
Instructions
Generate an official Linear OAuth application manifest and a human-confirmed setup URL. This does not create the application; an authorized workspace admin or owner must review and submit it in Linear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | OAuth client name. Must not contain "Linear" or an http(s) URL. | |
| imageUrl | No | ||
| developer | Yes | ||
| grantTypes | No | ||
| webhookUrl | No | ||
| description | No | ||
| developerUrl | No | ||
| distribution | No | ||
| redirectUris | Yes | ||
| webhookEnabled | No | ||
| webhookResourceTypes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manifest | No | ||
| creationUrl | No | ||
| requiresUserConfirmation | No |