> ## Documentation Index
> Fetch the complete documentation index at: https://www.activepieces.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise Control

> Give your organization AI automation without giving up control

Most AI tools ask you to choose: let people move fast, or keep control. Activepieces is built so you don't have to.

<Note icon="crown">
  Most of these controls are on paid plans. Every plan can run on Cloud or self-hosted. See [plans and pricing](https://www.activepieces.com/pricing).
</Note>

Everything is designed around one question: **can IT hand automation to the business and still answer for it?** Who can build, which apps they can reach, where credentials live, what the AI is allowed to do, and what happened afterwards.

That's why regulated industries and governments run Activepieces, often fully self-hosted and network-gapped, on their own infrastructure.

## What control looks like

<CardGroup cols={2}>
  <Card title="Who can do what" icon="users" href="/docs/admin-guide/guides/permissions">
    Projects, roles, and permissions, so teams are separated by default.
  </Card>

  <Card title="Who gets in" icon="key" href="/docs/admin-guide/guides/sso">
    SSO and SCIM, so access follows your identity provider.
  </Card>

  <Card title="Where secrets live" icon="lock" href="/docs/admin-guide/guides/secret-managers/overview">
    Bring your own vault. Credentials never have to sit in the product.
  </Card>

  <Card title="What's available" icon="puzzle-piece" href="/docs/admin-guide/guides/manage-pieces">
    Decide which apps and pieces your organization can use at all.
  </Card>

  <Card title="Which AI, on whose keys" icon="robot" href="/docs/admin-guide/guides/setup-ai-providers">
    Your providers, your models, your budget.
  </Card>

  <Card title="What happened" icon="list-check" href="/docs/admin-guide/security/audit-logs/overview">
    Audit logs for every meaningful action, streamable to your SIEM.
  </Card>
</CardGroup>

## Why it matters for AI

Shadow AI is the current version of shadow IT. People will automate with AI whether or not you provide a way, and the risk isn't the automation, it's not knowing it exists.

Activepieces makes the sanctioned path the easy one:

| Concern                                | The control                                                                                                        |
| -------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Data leaving your network              | Self-host it, fully network-gapped                                                                                 |
| Which models see your data             | [Your own AI keys and providers](/docs/admin-guide/guides/setup-ai-providers)                                           |
| Credentials in the wrong hands         | [External secret managers](/docs/admin-guide/guides/secret-managers/overview)                                           |
| Unreviewed changes reaching production | [Project releases](/docs/admin-guide/guides/project-releases) and environments                                          |
| No record of what was done             | [Audit logs](/docs/admin-guide/security/audit-logs/overview) and [event streaming](/docs/admin-guide/guides/event-streaming) |

## Start here

<CardGroup cols={3}>
  <Card title="Structure projects" icon="sitemap" href="/docs/admin-guide/guides/structure-projects">
    Separate teams, data, and connections.
  </Card>

  <Card title="Set up SSO" icon="right-to-bracket" href="/docs/admin-guide/guides/sso">
    Sign in with your identity provider.
  </Card>

  <Card title="Security practices" icon="shield-check" href="/docs/admin-guide/security/practices">
    How we build and what we recommend.
  </Card>
</CardGroup>
