Manage Connections and Keys

Credential operations:

  • GET /v1/auth/connections

  • DELETE /v1/auth/connections/{project_id}

  • POST /v1/auth/api-keys/rotate

  • POST /v1/auth/api-keys/revoke

  • Disconnecting a project removes only that key's access to the specified project.

  • Key rotation returns a replacement raw key once, transfers active project connections, and revokes the previous key.

  • Key revocation invalidates the key and all project access through it without creating a replacement.