Superconductor Docs

Workspace

Workspaces allow your team to work in a shared set of projects, with shared agent credentials and integrations.

Workspace Settings page showing sidebar navigation and General settings

Workspaces allow your team to work in a shared set of projects, with shared agent credentials and integrations.

Switching workspaces

You can switch workspaces or create a new one by clicking the current workspace name in the recent activity sidebar.

On mobile, tap the workspaces icon.

Workspace switcher on mobile app with arrow pointing to workspaces icon

Setting up a workspace

See Workspace setup in our Quick start guide.

Workspace settings

Workspace Settings sidebar showing General, Members, Agent Credentials, Billing, and Integrations navigation

Workspace Settings is organized into several sections, accessible from the sidebar:

  • General — Rename or delete your workspace and configure branch naming
  • Members — Invite and manage team members
  • Agent Credentials — Add API keys and connected plans for coding agents
  • Billing — Track workspace credits
  • Integrations — Connect GitHub and Slack

To open Workspace Settings, click on your workspace name in the Activity Sidebar and select Settings, or click Workspace Settings from your Projects page.

Branch naming

Branch naming settings showing template field and available variables

You can customize how Superconductor names the Git branches it creates for implementations. Go to Workspace SettingsGeneral and find the Branch Naming section.

The branch template supports these variables:

VariableDescription
{username}Your GitHub username (or app username if GitHub isn't connected)
{ticket_number}The ticket number in the project
{branch_title}A branch-safe slug of the ticket title
{implementation_number}The implementation number on the ticket

The default pattern is:

{username}/{ticket_number}-{branch_title}/{implementation_number}

This produces branches like jane/42-fix-mobile-login/1.

Rearrange or remove variables to match your team's conventions. The template must always include {ticket_number} and {implementation_number}.

Branch naming applies to all new implementations in the workspace. Existing branches are not renamed.

Inviting members

Invite Members modal showing batch email input with commas or new lines

To add someone to your workspace, go to Workspace SettingsMembers and click Invite Members. Enter their email address and choose a role.

Workspace invitation email with a link to join the team

You can invite multiple people at once by entering several email addresses separated by commas or new lines (up to 50 at a time). Duplicate emails are automatically removed.

The invited person receives an email with a link to join. If they're new to Superconductor, they'll create an account first. Once they accept the invitation, they automatically see the workspace and can contribute based on their assigned role.

Members can also use the workspace's linked GitHub and Slack integrations without further authentication, as long as their Superconductor account email matches their GitHub or Slack email.

Invitations expire after 30 days. Workspace owners and admins can resend or revoke pending invitations from the Members page. Resending an invitation sends a fresh email to the invitee and resets the 30-day expiration.

Member roles

Owner
All privileges. Workspace must have at least one owner.
Admin
All privileges except creating an Owner.
Developer
Creating and editing all Projects, Tickets, and Implementations.
Viewer
Can view all Projects, Tickets, and Implementations, but cannot edit anything.

Agent credentials

See Agent credentials for details on configuring API keys and connected plans under Workspace SettingsAgent Credentials.

Billing and credits

If your workspace has credits, you can see the remaining balance under Workspace SettingsBilling.

Workspace Billing page showing remaining credits

Our team is happy to grant you free credits so you can try Superconductor without connecting agent credentials.

Credits let supported agents run in Superconductor when you have not connected another credential for that agent. They make it easy to try out Superconductor before adding your own provider accounts.

If you'd like free credits for your workspace, email help@superconductor.com.

How credits work with credentials

Superconductor uses your own credentials before credits:

  1. Your connected plan, such as Claude, ChatGPT, or SuperGrok, when that agent supports plans
  2. A Project API key
  3. A Workspace API key
  4. Workspace credits, if credits are available and the selected agent supports them

If credits run out during a run, Superconductor will finish that run. You won't be able to start new runs with that agent until you add credentials for the agent in Workspace, Project, or Account settings.

Which agents can use credits?

Credits can be used with these agents:

  • Claude Code
  • Codex
  • OpenCode
  • Pi

Credits are not used for Amp, Factory Droid, Grok Build, or Cursor. Add the required plan or API key for those agents.

What actions can I use credits for?

Credits can be used by direct launches from Superconductor and by background or integration-triggered runs when the selected agent supports credits. This can include launches from Slack, GitHub, email triage, meeting assistant, guided review, QA checks, and benchmarks.

Automatic Environment Setup does not deduct workspace credits.

Credits are deducted after a run completes, so the balance updates as completed runs report their cost.

Integrations

See Workspace integrations for details on connecting GitHub and Slack under Workspace SettingsIntegrations.

Tracking workspace activity and usage

You can track all the implementations you're following from the Recent Activity sidebar, which is visible across your workspace. See Recent activity sidebar for details.

The Usage dashboard tracks ticket activity, agent spend, and plan coverage across your whole workspace. Use it to see what your team is spending and where a connected plan could save you money.

On this page