> 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/organization.md).

# Organization

The **Organization** area is the control center for governance, access, operations, and cost management across Flashgate.

If the **Cloud and AI Gateway** is where you connect resources, the Organization area is where you:

* define who can do what,
* structure work through teams and workspaces,
* enforce AI guardrails,
* track usage and risks,
* and manage subscription and credits.

## Why it matters

As your company scales from a few users to many teams and repositories, Organization features help you keep one shared operating model:

1. **Identity & access** (members, roles, and permissions)
2. **Resource structure** (workspaces and repositories)
3. **Governance** (policies at org/workspace/repository scope)
4. **Observability** (usage, cost, and policy signals)
5. **Financial control** (billing plans, credit consumption, top-ups)

## What you can manage in Organization

| Section                                                                          | What it is for                                                               |
| -------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Organization Profile](/flashgate-platform/organization/organization-profile.md) | Edit organization metadata and admin-level settings.                         |
| [Teams](/flashgate-platform/organization/teams.md)                               | Invite members, remove access, and manage roles/permissions.                 |
| [Workspaces](/flashgate-platform/organization/workspaces.md)                     | Create and manage workspaces as operational domains under your organization. |
| [Policies](/flashgate-platform/organization/policies.md)                         | Define AI guardrails and enforcement behavior at multiple scopes.            |
| [Instances & Connected Resources](broken://pages/OzoMezkJWYbYzpFdJPyu)           | Operate gateway instances and verify connected resources.                    |
| [Statistics](/flashgate-platform/organization/statistics.md)                     | Analyze infrastructure, AI, storage, private chat, and policy metrics.       |
| [Billing & Credits](/flashgate-platform/organization/billing-and-credits.md)     | Manage plan, credit budget, top-ups, and consumption rates.                  |

## Related API references

For implementation details and endpoint contracts:

* [Organization Management API](/support-reference/platform-api-reference/organization.md)
* [Workspace API](/support-reference/platform-api-reference/workspace.md)
* [AI Policy API](/support-reference/platform-api-reference/ai-apis/ai-policy.md)
* [Statistics API](/support-reference/platform-api-reference/statistics.md)
* [Credits API](/support-reference/platform-api-reference/credits.md)
* [Subscriptions API](/support-reference/platform-api-reference/subscriptions.md)


---

# 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/organization.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.
