create_application
Create a new application (workspace) owned by the caller. Requires a personal API key (usr_...) — application-scoped keys cannot create applications. Seeds default flows unless skipDefaultFlows is true. Creates persistent state and is NOT idempotent: calling it twice creates two applications. Returns the new application id, which you then pass as applicationId to the other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Display name for the new application. Defaults to a localized "My First Application" when omitted or blank. | |
| skipDefaultFlows | No | Set true to create an empty application with no seeded starter flows. Defaults to false. | |
| preferredLanguage | No | Language for the seeded default flows and the default name. Only "en", "ru", and "es" are supported — any other value silently falls back to "en". |