Skip to main content
Organization Settings is where administrators configure the shared behavior of an entire Pinkfish organization — inviting teammates, controlling log retention, managing billing, setting up SSO, publishing organization-wide skills and Saved Actions, minting API credentials, choosing default LLM models, and enabling channel integrations. Most sections are admin-only; read-only views are available to regular members where it makes sense. Open Settings from the user menu and pick any item under the ORGANIZATION heading in the sidebar.

Key Sections

Users

Invite, edit, and remove organization members.

Usage

Workflow runs, credit burn, and analytics over time.

Workflows

Global log verbosity for dev and production runs.

Billing

Plan details, invoices, and subscription management.

Organizations

Parent and sub-organization hierarchy.

SSO

SAML identity provider configuration.

Skills

Organization-wide skills for all members’ agents.

Saved Actions

Opt out of the cross-organization code cache pool.

Promotion Paths

Ordered stages for promoting workflows across orgs.

API Credentials

OAuth 2.0 client credentials for programmatic access.

Agents

Enable Slack and Microsoft Teams channels for agents.

Models

Primary and fallback LLM models for the organization.

Users

The Users page is the membership roster. Admins invite new members, change permissions, copy invite links, and remove accounts from here. Organization Users page showing a search bar, Invite Users button, and a table of members with permission badges Each row shows:
  • Name, avatar, and profile image — profile photos uploaded by the member render next to their name so you can identify them at a glance. Members without a photo fall back to an initials avatar.
  • Org PermissionAdmin or Member
  • User RoleBuilder or End User
  • Created date
  • Actions menu — edit, copy invite link, resend invite, revoke invite (for pending invites), or remove user (for accepted members)
Pending invitees get a Pending badge next to their name until they accept. Hover the info tooltips on the column headers for the full definition of each role. The Invite Users button is disabled when the organization has no available seats.

Usage

The Usage section is the operational dashboard for the organization — how many runs, how many credits consumed, and who drove the work. Organization Usage dashboard with User Reporting, Leaderboard, Organization Reporting, and Monthly Trends report tiles Choose a report from the top:
  • User Reporting — breakdown of runs and credits per member
  • Leaderboard — top users by workflow execution
  • Organization Reporting — agent, skill, and session usage at the org level
  • Monthly Trends — month-over-month activity chart
Each report supports date-range selection (Last 24 hours, Last 7 days, Last Month, or a custom range) and CSV export for daily summaries. The classic Recent Runs / Daily Summary table view is available by toggling off the new dashboard.

Workflows

The organization Workflows page controls log verbosity for every workflow in the org. These settings exist so you can tune how much data Pinkfish retains per run — useful for GDPR/HIPAA compliance. Organization Workflows page showing Development and Production log level dropdowns Two dropdowns, each with the same four levels:
  • None — don’t store logs
  • Minimal — errors only
  • Standard — errors, warnings, and success messages
  • Verbose — all messages
The Development Log Level applies when workflows run from the editor; the Production Log Level applies when they run from triggers. Both apply organization-wide and take effect immediately.

Billing

The Billing page shows your current plan, credit consumption, and subscription controls. It’s hidden for enterprise organizations — enterprise billing runs through the dedicated Pinkfish billing process — and only plan modification actions are restricted to admins. Typical elements on this page:
  • Your Current Plan card with plan name, subscription type (Weekly / Monthly / Annual), included credits, usage cost, credits refresh date, total credits used, and a usage bar chart
  • Manage Plan / Upgrade Plan / Reactivate Plan (label depends on status)
  • Invoices and Payment and Update Payment Info buttons
  • Cancel Subscription link
  • Links to learn more about plans and usage pricing
See Pricing and Credits for the broader billing model.

Organizations

The Organizations page shows the organization hierarchy available to your account. For enterprise prime organizations this is where you create and manage sub-organizations. Organization Organizations page showing the parent org card with an Add sub-organization button The page header tells you how many organizations are in your group. Each organization is shown as a card with its name, your role (Admin), and the plan (Enterprise Prime, etc.). Click the pencil icon to edit the organization’s details or the card itself to switch into it. The Sub-organizations panel lists children underneath the parent; click + Add sub-organization to spin up a new child org (enterprise prime admins only). The search box filters the list when you have many orgs.

SSO

The SSO page walks you through configuring SAML 2.0 Single Sign-On. It’s an Enterprise-plan feature and is only configurable from the parent organization in a multi-org group. Organization SSO page showing provider picker and Setup in Okta instructions The page is split into two steps:
  1. Select Your Identity Provider — pick a preset (Okta, Google Workspace, Microsoft Entra, Ping Identity, Other SAML 2.0 Provider). The page then shows provider-specific instructions.
  2. Setup in — the Single Sign-On URL (ACS URL), Audience URI, a table of required SAML attribute mappings (email, firstName, lastName, and others), and numbered step-by-step instructions for that provider.
Once you’ve configured the IdP, paste the metadata URL into the form below, specify the email domain that should be routed through SSO, and toggle Enforce domain to require SSO for users on that domain. The form also has an Enable / Disable switch so you can stage setup without cutting over. Non-enterprise organizations see an Enterprise Feature notice; non-admins see Access Restricted; sub-orgs are told to configure SSO from the parent org.

Skills (Organization)

Organization-wide skills work like personal skills, but every member’s agents can discover them. Use them to capture house style, compliance rules, or shared domain knowledge. Organization Skills page listing a skill with availability badges and a Create Skill button The table format is identical to personal skills (Name, Description, Available to, Actions). The page header reads Organization-wide skills that all members’ agents will discover and use. Only organization admins can create, edit, or delete entries.

Saved Actions (Organization)

The organization Saved Actions page has a single control: an opt-out toggle for the shared global pool. Organization Saved Actions page showing the Opt out of global saved actions pool toggle When the toggle is on, code cache matching only searches your organization’s own Saved Actions — it will not pull from the pool shared across all Pinkfish organizations. This is useful for organizations with strict data-isolation requirements.

Promotion Paths

Promotion Paths define ordered pipelines for moving workflows between organizations — a common pattern is dev → staging → prod, where each stage maps a workflow tag to a target org. Organization Promotion Paths page showing two paths — Production Pipeline with dev/staging/prod stages and Hotfix Rollout with hotfix/prod stages The page header reads Promotion paths define ordered stages for promoting workflows across organizations. Each stage maps a tag to an organization. When no paths exist yet, the empty state says No promotion paths yet. Create one to get started. Click Create Path to open the dialog: give the path a name, then add one stage at a time — each stage pairs a workflow tag (e.g. staging) with a destination organization. Paths must have at least two stages and each stage’s tag must be unique. Once saved, existing paths appear as rows in a table with two columns — Name and Stages — plus a trash icon to delete the path. Each stage is rendered as a small tag chip followed by the target organization name in parentheses, and consecutive stages are joined by arrows (for example dev (My Organization) → staging (My Organization) → prod (My Organization)).
Promotion Paths is feature-flag gated and may not be enabled for every organization. If you don’t see it in the sidebar, ask your Pinkfish contact to turn it on.

API Credentials

The API Credentials page is where organization admins mint OAuth 2.0 client credentials for programmatic access to Pinkfish APIs. Organization API Credentials page listing existing credentials with Client IDs, secret prefixes, and last-used timestamps Each row shows:
  • Name — your label for the credential
  • Client ID — copyable
  • Secret Prefix — the first few characters of the secret, masked
  • Statusactive, etc.
  • Created date
  • Last Used — when the credential last minted a token
  • Delete action
Click Create Credential, give it a name, and Pinkfish returns both the Client ID and the full Client Secret — copy them immediately because the secret is only shown once. The dialog also includes copy-ready curl commands for exchanging credentials for an access token and calling an MCP server. New credentials can take up to 60 seconds to activate. This section is only available on enterprise plans.

Agents

The Agents page is where organization admins toggle channel integrations that expose published agents outside the Pinkfish app. Organization Agents page showing Slack and Microsoft Teams channel toggles The header explains the behavior:
When enabled, all published agents in your organization are automatically accessible via the selected channel. Individual agents can still opt out from their channel settings.
Each row represents one channel — currently Slack and Microsoft Teams — with its logo, name, a short description, and an enable/disable toggle. Hover the info tooltip next to each channel name for a quick explanation of what turning the channel on does for every published agent in the organization.

Teams setup walkthrough

For Microsoft Teams, clicking the Download App button opens the Set up Pinkfish for Teams guided modal. The modal walks an admin through the full install:
  1. Download the environment-specific ZIP package.
  2. Upload the ZIP in Teams → Apps → Manage your apps.
  3. Add the app from Built for your org.
  4. Confirm the install and open the bot.
Each step in the modal includes a labeled screenshot so administrators can follow along without switching between tabs. See Microsoft Teams — Admin setup for the end-to-end walkthrough with screenshots.

Models

The Models page is where you configure Bring Your Own Model (BYOM) — connecting your own Anthropic or OpenAI account so your organization’s agents, workflows, and Coworker sessions run on your models (and bill tokens to your provider, not your Pinkfish credits). Organization Models page showing Primary and Fallback model dropdowns Quick reference:
  • Primary Model — the default model for the whole organization
  • Fallback Model — used automatically when the primary fails
  • Only use my custom LLM models — hide Pinkfish’s platform models so members pick exclusively from yours
  • Offer same models to sub-organizations — propagate your configuration down the hierarchy
See Bring Your Own Model (BYOM) for the full setup walkthrough, supported providers, failover behavior, and caveats.

Who Can See What

SectionMembersAdminsEnterprise
UsersRead-only listInvite / edit / remove
UsageViewViewView
Workflows (org)ConfigureConfigure
BillingViewManageHidden (managed separately)
OrganizationsView ownEditCreate sub-orgs
SSOConfigure (parent org only)Required plan
Skills (org)ViewCreate / edit / deleteCreate / edit / delete
Saved Actions (org)ConfigureConfigure
Promotion PathsCreate / deleteCreate / delete
API CredentialsCreate / delete
AgentsViewConfigureConfigure
ModelsConfigureConfigure