> For the complete documentation index, see [llms.txt](https://docs.flashback.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashback.tech/flashgate-platform/cloud-and-ai-gateway.md).

# Cloud and AI Gateway

Flashgate’s **Cloud and AI Gateway** is the unified entry point for connecting, governing, and consuming cloud and AI services across your organizations, workspaces, and repositories. It centralizes identities, keys, and usage while providing a consistent API layer for your applications.

## What is the Gateway?

The gateway is an **abstraction layer** that sits between your applications and cloud/AI providers. It simplifies multi-provider integration, enforces your security policies, and exposes consistent endpoints for storage, AI, and network resources.

On the network side, the gateway is backed by **Bridge Nodes**: the physical network layer that connects and surfaces network state. These nodes act as the tangible gateway, providing visibility into network conditions and enabling secure connectivity between your services and external providers.

## Bring your own key (BYOK)

The **bring your own key** model lets you use **your own provider keys** (AWS, GCP, Azure, OpenAI, etc.) while benefiting from centralized governance. Flashgate does not replace your accounts: it **builds on your existing credentials** and helps you organize, monitor, and secure them at scale.

## The 4 core features

The Cloud and AI Gateway is built around four pillars:

* **Cloud Storage**: connect and expose your cloud buckets through a unified interface, with fine-grained access control and usage metrics.
* **AI LLM**: configure AI providers and expose OpenAI-compatible endpoints with centralized governance policies.
* **Repositories**: group storage and AI into a single logical endpoint, and manage repo-scoped access keys.
* **Network**: observe and manage network state, endpoints, and access rules to secure and standardize service consumption, powered by Bridge Nodes.

## Table of contents

| Features                                                                       | Description                                                                   |
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------------------- |
| [**Cloud Storage**](/flashgate-platform/cloud-and-ai-gateway/cloud-storage.md) | Connect your buckets and manage access centrally, with visibility into usage. |
| [**AI LLM**](/flashgate-platform/cloud-and-ai-gateway/ai-llm.md)               | Integrate AI providers and expose compatible APIs governed by policies.       |
| [**Repositories**](/flashgate-platform/cloud-and-ai-gateway/repositories.md)   | A single entry point to combine storage and AI with repo-level keys.          |
| [**Network**](/flashgate-platform/cloud-and-ai-gateway/bridge-nodes.md)        | Observe network state and manage endpoints and rules, backed by Bridge Nodes. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flashback.tech/flashgate-platform/cloud-and-ai-gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
