Create a Crave merchant organization
create_organizationCreates a restaurant organization and default location. Preview with dry-run, then apply using the returned plan digest. Manage credentials in Business Manager.
Instructions
Create a new restaurant org (merchant + default location). Requires craveup login. MCP never mints or returns a plaintext API key; create scoped credentials in Business Manager.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Preview by default. Apply requires the exact returned planDigest. | dry-run |
| name | Yes | Organization / brand name, e.g. "Demo Bistro" | |
| country | No | US | |
| mintApiKey | No | Must remain false. Create scoped credentials in Business Manager. | |
| planDigest | No | Exact digest returned by a dry-run of the same arguments. | |
| confirmationToken | No | Required exact phrase for destructive, paid, or release operations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| mode | Yes | ||
| status | Yes | ||
| changes | Yes | ||
| summary | Yes | ||
| operation | Yes | ||
| planDigest | Yes | ||
| environment | Yes | ||
| nextActions | Yes | ||
| schemaVersion | Yes |