Admin API — Authentication
The Admin API is an operational control-plane surface and is not a customer-facing endpoint — access is restricted to Marqo operators/services.
Stub — confirm against source.
Document the exact auth scheme (bearer token / IAM / internal service auth) from
the cloud_control_plane admin_lambda
implementation, and verify it against the "Security" section of the
Stoplight reference. Do not guess credentials here.
- Never expose admin credentials in client-side code or URLs.
- Prefer linking to the owning repo's auth docs over duplicating them.