get_app_spec
Retrieve a machine-readable app spec with base URL, endpoints, methods, and fields to generate frontend API calls. Provide an app UUID or slug to get the absolute base URL and build integrations directly.
Instructions
Get the machine-readable spec of an app (base URL, endpoints, methods, fields) — use it to generate frontend API calls. appId accepts either the app UUID or its slug (app-xxxxxx); list_apps shows both. The returned baseUrl is absolute — use it verbatim, do not rebuild it from the admin URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App id or slug (from list_apps / create_app) | |
| organizationId | No | Organization id; defaults to the credential organization when omitted |