Appearance
Environments and deploy
Work in draft, then deploy stable versions of your endpoints.
Tables and collections are available as you configure them. Endpoints are versioned-edit safely in draft, then click Deploy when you're ready. You can always Revert changes to the last deployed version.
Draft vs deployed
- Draft: iterate and test
- Deployed: stable version used by your app
What requires deploy?
- Endpoints: yes, changes must be deployed
- Tables and collections: typically available immediately in the editor; confirm behavior for your workspace before production rollout
Recommendations
- Test endpoints with sample inputs using the built-in Test button
- Document breaking changes to inputs/outputs before deploy
- After data-writing changes, review affected collections in the UI

