create_app
Create an app to expose project boards as a named API for external frontends, then add endpoints and an API key.
Instructions
Create an app — a named API surface over the boards of a project, for an external frontend. Then add endpoints and an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name | |
| projectId | Yes | Project id (from list_projects / create_project) | |
| organizationId | No | Organization id; defaults to the credential organization when omitted |