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.

Recommended workflow

Treat the portal as source-of-truth setup, then encode repeatable operations in scripts/CI.

  1. Create/verify resources in portal.
  2. Use CLI `get` commands to confirm IDs and fields.
  3. Automate with CLI/API calls in CI after manual validation.