Skip to content

Settings

Settings is where you wire up the keys, people, and integrations a workspace needs. Open it from the left sidebar; tabs are listed along the top of the settings page.

Add an Anthropic and/or OpenAI key. At least one is required for agents to run; until one is set, the sidebar shows an “LLM provider needed” prompt.

A third, optional key lives here too: a ScaleDown API key (scaledown.ai) enables prompt compression to cut frontier-model token usage. Setting the key does nothing on its own — each agent opts in via the scaledown: field in its spec. See ScaleDown prompt compression.

Two fields, both required for event triggers:

  • Composio API key — authenticates Tool Router sessions for Composio-backed connections.
  • Composio webhook secret — HMAC secret Composio signs trigger webhooks with. The settings page shows your workspace webhook URL (/api/hooks/composio/{workspace}); point your Composio app at it and paste the matching secret here.

Per-user OAuth for individual toolkits happens on the Connections page, not here.

The Tembo API key lets TAS open pull requests via the Tembo Coding Agent Platform for new-agent chat, chat-to-edit, and improvements. Agents run fine without it — you’d commit spec files by hand instead.

For Tembo to open PRs, the agents repo must also be authorized in Tembo under Source Control (see Setup checklist).

Improvements delivery sets how those changes land: Always PR (default — a reviewable pull request) or YOLO, which commits straight to the default branch with no PR. See Improvements → Delivery mode.

Connect the workspace’s GitHub repository (URL + PAT). TAS stores agent definitions under agents/ and reads/writes through the GitHub API. See Getting started → Connect a GitHub repository for PAT scopes.

Add and remove workspace members, set their roles (admin / operator / viewer), and copy an invite template. Invited users join the workspace on first sign-in. Workspace admins can click a member to open their member detail view.

Admin only. Create and install TAS-managed Slack bots that launch label-scoped agents from Slack. Each app gets a coached manifest, credential fields, and an Add to Slack OAuth flow.

  • Theme — pick a curated theme or customize colors. Stored locally in your browser.
  • Favicon — choose a default pattern or upload a PNG/SVG for the workspace’s browser tab icon.

Lists agents removed from the workspace so you can restore them. Restore writes the file back to the connected repo with a new commit; the deletion record stays in Audit.

Shows the running TAS CalVer release baked into the deployed image — useful for confirming an upgrade landed.

Admin only. Delete workspace permanently removes all workspace data (members, runs, schedules, connections, secrets, settings, audit, invitations). Your GitHub repository and its agent files are not affected. Requires type-to-confirm.

Above the workspace settings rail, instance-level configuration (instance name and branding) lives at the top-level Settings page, available to instance admins. For standing up and operating the instance itself, see Deploying & operating.

All API keys and tokens are encrypted at rest and shown only as masked previews — they’re never returned to the browser in full.