APIs
API RegistrationRegister, Discover, Monitor
Register external API endpoints, auto-discover manifests, monitor health with real-time WebSocket indicators, and manage API keys and environment URLs.
Register
Register your integration API
Register any API that handles the nuts and bolts of your integrations, automations, or migrations.

- Auto discovers the available endpoints
- Real-time health monitoring via WebSocket with pulsing navbar indicator when any API is offline
- Refresh when you add new integrations
- Each API can be optionally protected using keys configured by the developer of the API
Configuration
API Protection and environments
Each API can protect itself at the API and Endpoint level.

- Protect any API with a .env store API key. ZIntegrate registered APIs must provide the same key.
- Key validation before save ensures working credentials
- Set a default timeout for the API or set per endpoint timeouts using the @Timeout decorator.