deploy_mock_from_catalog
Deploy a catalog-based mock to a hosted, shareable URL on mockzilla.org, persisted in your account for durable team access.
Instructions
Create a HOSTED, SHAREABLE mock from a catalog spec (Stripe, Adyen, etc.) on mockzilla.org. The mock persists in the user's account and gets a stable URL anyone with the link can hit. Use this when the user wants something durable, team-visible, or reachable from outside their machine — NOT for ephemeral local exploration (use serve_locally for that). Pass catalog_spec_id from list_catalog_products; mount_path defaults to the spec slug. The returned sim is in deploying state -- follow up with wait_for_deploy to receive the live URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | Yes | ||
| domain | No | ||
| mount_path | No | ||
| version_id | No | ||
| catalog_spec_id | Yes |