Developer Portal
Use the portal for high-signal configuration, then automate repeated work via CLI/API.
Control plane responsibilities
Portal is best for one-time configuration and verification. Avoid doing repetitive operational work manually.
- Apps, keys, members, OAuth clients/providers
- Agents, routines, workflows
- Context sources, credentials, and ingestion
- Webhooks, env vars, and runtime inspection
Recommended workflow
Treat the portal as source-of-truth setup, then encode repeatable operations in scripts/CI.
- Create/verify resources in portal.
- Use CLI `get` commands to confirm IDs and fields.
- Automate with CLI/API calls in CI after manual validation.