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

# Embed administration

> Manage embed secrets, security, users, entities, and sessions for your organization.

<Note>
  **Organization Admin** permissions are required to manage embed settings.
</Note>

Embed administration covers the settings that control how Omni runs inside your application: the secrets that sign your embed URLs, the security restrictions applied to embedded content, and the embed users, entities, and sessions your application creates.

<Columns cols={2}>
  <Card title="Secrets" icon="key" href="/embed/admin/secrets">
    Create, view, edit, and delete embed secrets
  </Card>

  <Card title="Content security" icon="shield" href="/embed/admin/security">
    Control security and access restrictions for embedded content
  </Card>

  <Card title="Sessions" icon="clock" href="/embed/admin/sessions">
    View and delete Omni embed user sessions
  </Card>

  <Card title="Users" icon="user" href="/embed/admin/users">
    View, manage, and impersonate embed users
  </Card>

  <Card title="Entities" icon="users" href="/embed/admin/entities">
    View and manage embed entity groups
  </Card>

  <Card title="AI credits" icon="robot" href="/embed/admin/ai-credits">
    Define AI credit limits for embed entity groups and monitor usage
  </Card>

  <Card title="Integrations" icon="engine" href="/embed/admin/integrations">
    Configure third-party integrations like FullStory and LogRocket
  </Card>
</Columns>
