githubEdit

book-blankRepositories

A Repository is the unified runtime container in Cloud and AI Gateway. It groups multiple resources under one logical endpoint and one operational surface for access control.

A repository can aggregate:

  • Cloud Storage resources (S3/GCS/Azure Blob)

  • AI LLM resources (OpenAI-compatible endpoint type)

  • Other supported resource families as the platform evolves

Why repositories matter

Repositories let your applications:

  • consume multi-provider resources behind a consistent endpoint model,

  • use repository-scoped API keys instead of account-wide credentials,

  • apply governance and permissions at repository scope.

UI structure

In the Repositories section, you typically find:

  • Overview: high-level repository view and quick navigation.

  • Inventory: list of repositories and entry point to create/open repositories.

  • API Keys: centralized list and management view of repository API keys.

  1. Start with Create a Repository for naming, endpoint type, and initial resource attachment.

  2. Continue with Configure a Repository for detailed resource management and API key generation.

circle-info

Detailed creation properties, naming guidance, and key-generation behavior are documented in the two guide pages above to keep this overview page concise.

Secret handling reminder

Repository API secrets are displayed once at key creation and then cannot be retrieved again from the UI. Store them immediately in your secure secret manager and rotate keys if a secret is lost.

Detailed platform behavior is documented in Security and Secret Encryption.

API references

Last updated

Was this helpful?