VelaManagementClient handles all account-level operations. It authenticates with your client secret (vela_cs_...).
Constructor
| Option | Type | Default | Description |
|---|---|---|---|
baseUrl | string | https://api.vela.dev | API base URL |
timeout | number | 30000 | Request timeout in ms |
fetchImpl | typeof fetch | globalThis.fetch | Custom fetch implementation |
Top-level resources
Apps
App-scoped resources
Schemas, notification rules, and events are scoped to a specific app. UseforApp() to get scoped resource handles:
| Resource | Description |
|---|---|
appRes.schemas | Event schemas |
appRes.notificationRules | Notification rules |
appRes.events | Event listing |