Organisation Admin

Organisation Admin

The Admin → Organisation section is where you configure how PebbleAI behaves for your whole organisation. It’s where you provision models, manage users, set up SSO, define ambient context, configure routing, install integrations, and watch usage.

Who sees this section. Only users with the organisation admin role. If you don’t see Admin in your sidebar, you don’t have admin access — talk to whoever runs PebbleAI for your organisation.

Where everything lives

The Admin section in PebbleAI’s sidebar mirrors the structure of this documentation:

Admin
├── Organisation
│   ├── Settings
│   │   ├── Configuration       ← the 11-tab settings panel
│   │   ├── Capabilities        ← integrations, tools, skills, flows, agents
│   │   ├── Credentials         ← organisation-shared credentials
│   │   ├── Users               ← user management & invitations
│   │   ├── Models              ← organisation model catalogue
│   │   └── PebbleRouter        ← LLM gateway and routing control plane
│   ├── PebbleFlows
│   │   └── Models              ← JSON model list editor
│   ├── PebbleAgents             ← future enterprise agents (placeholder)
│   └── PebbleObserve
│       ├── Usage                ← organisation-wide cost & activity
│       ├── Logs                 ← request logs, audit logs
│       └── Evaluations          ← Langfuse evaluations
└── Login Activity                ← sign-in audit

Admin navigation

In this section

Settings (the most-visited area)

PageWhat you do there
ConfigurationThe 11-tab settings page — Deployment, OAuth, Email, Theme, Ambient Context, Memory, Default Models, Chat Settings, Voice Settings, SSO Config, Roles
CapabilitiesManage integrations, tools, skills, flows, and agents available to your org
CredentialsAdd and manage organisation-shared credentials (provider API keys, OAuth tokens)
UsersInvite, edit, deactivate users; assign roles; choose between email-invite and password-set flows
ModelsDecide which models from the platform catalogue your org can use
PebbleRouterConfigure routing profiles, strategies, model membership, API keys

PebbleFlows

PageWhat you do there
PebbleFlows ModelsEdit the JSON model list that powers PebbleFlows builders. Database backup/restore, env-driven external sources

Platform

PageWhat you do there
Code Execution SandboxThe gVisor-isolated Kubernetes sandbox that runs Skill code — architecture, resource limits, security posture, deployment, cost model

PebbleObserve

PageWhat you do there
PebbleObserve → UsageOrg-wide cost, model activity, key activity, MCP server activity, endpoint activity
PebbleObserve → LogsRequest logs, audit logs, deleted keys, deleted teams, with filters and search
PebbleObserve → EvaluationsSet up evaluations against production traces and curated datasets

Other

PageWhat you do there
Login ActivitySign-in audit — who logged in, when, with what method, success/failure
Asset SharingHow to share flows, agents, and document stores across workspaces — the per-asset sharing model

Things that aren’t in Admin

A few things you might expect to find in Admin actually live elsewhere because they’re personal, not organisation-scoped:

And a few things that don’t have a dedicated admin page because they live inside a sub-tab or another product:

Where to start

If this is the first time you’re configuring a PebbleAI organisation, walk through the pages in this order:

  1. Configuration — set deployment URL, OAuth callback, branding, ambient context, default models, SSO
  2. Credentials — add the provider credentials your models will use
  3. Models — enable the models you want available in PebbleChat
  4. PebbleRouter — configure how Auto routing should pick between those models
  5. Users — invite your team
  6. Capabilities — provision integrations like Microsoft 365, Jira

Then watch PebbleObserve → Usage and Login Activity for the first week to make sure everything is healthy.