Skip to main content
Experts can only use tools they are configured for. This page explains what users see in Configure, what each auth type means, and how to fix common failures.

When You Need This

You need tool configuration when:
  • The expert shows a Configure or Reconfigure button.
  • A warning badge appears on the expert page.
  • The expert says it cannot access a connected service.

Configuration Flow

  1. Open the expert page.
  2. Click Configure.
  3. Complete each service in the left sidebar until all show checkmarks.
  4. Save and test in chat.

Credential Types

TypeWhat You EnterBest ForCommon Pitfall
Connect Account (OAuth)Sign in + approve permissionsGoogle, Notion, other OAuth appsPopup blocked or wrong account selected
API KeyKey from provider dashboardService APIs with static keysExpired/revoked key
Bearer TokenToken stringServices issuing scoped tokensToken TTL expired
Basic AuthUsername + passwordLegacy/internal servicesCredentials rotated but not updated
Environment VariablesField values defined by expert creatorCustom tool settingsMissing required field or wrong value format

Quick Decision Guide

  • If you see Connect Account, use that first (preferred for end users).
  • If provider gives you a key string, use API Key.
  • If provider gives short-lived auth tokens, use Bearer Token.
  • Use Environment Variables exactly as labeled by the expert creator.

MCP Servers (for Expert Builders)

If you are creating/editing an expert and adding custom MCP servers:
  • Set Name, URL, and Transport.
  • Click Verify before saving.
  • Use MCP only when built-in hives are insufficient.
For first versions, start with built-in hives only. Add MCP later if a real use case requires it.

Security and Isolation

  • Credentials are encrypted.
  • Each user’s credentials are isolated.
  • If two users hire the same expert, each user configures their own credentials.

Reconfiguring Later

Reconfigure whenever:
  • OAuth access was revoked.
  • API keys/tokens rotated.
  • New tools were added to the expert.

Troubleshooting

ProblemWhat to CheckFix
OAuth popup does not openBrowser popup settingsAllow popups for Braintrust domain and retry
Connected but tool still failsCorrect account/tenantReconnect with the intended account
API key rejectedKey scope and expiryGenerate a new key with required scope
Missing env field contextField labels from creatorAsk expert owner for expected value format
Configure completed but warnings remainUnsaved step in wizardOpen each service and confirm saved state

Next Steps

Hiring Your First Expert

End-to-end hiring flow with screenshots.

Expert Fields Reference

Field-by-field guidance for expert builders.

Triggers

Run experts on a schedule or from calendar events.