What Are Connectors?
Connectors link external services to Workshop. Once connected, Workshop can use AI models, query your databases, and access your files across all your conversations — no need to manually copy data or explain your setup each time.AI Connectors
Workshop includes managed connectors for Anthropic (Claude), OpenAI (GPT), and Google Gemini — enabled by default, no setup required. Your apps can call these providers’ models immediately, with usage billed to your Workshop credits. If you prefer to manage billing directly with a provider, BYOK (Bring Your Own Key) connectors are available for each.Managed AI Connectors
How managed connectors work, what each provider offers, and when to use BYOK instead.
BYOK Setup Guides
Anthropic
Use your own Claude API key
OpenAI
Use your own GPT API key
Gemini
Use your own Gemini API key
Data Connectors
Connect Workshop to your databases, cloud storage, and productivity tools. You provide credentials once, and Workshop can access and query your data in any conversation.| Connector | Type | Authentication |
|---|---|---|
| PostgreSQL, MySQL, SQL Server, MongoDB, Supabase, Neon, TiDB, TigerGraph | Databases | Host + credentials or connection URL |
| BigQuery, Snowflake, Tableau | Data warehouses | Service account or credentials |
| Google Sheets | Spreadsheets | URL (public) or Service Account (private) |
| Google Drive | Cloud storage | OAuth |
| AWS S3 | Cloud storage | Access Key + Secret |
| GitHub | Source control API | Personal Access Token |
How Connectors Work
When you add a data connector:- Your credentials are stored securely in Workshop’s encrypted storage
- Workshop’s agent receives a reference to your connection, not the raw credentials
- Data stays in your source — Workshop queries it on-demand rather than copying it
Adding a Data Connector
Once connected, reference your connection by name or type in any conversation:
- “Using my Production Database connection, show me all users who signed up last week”
- “Query my Supabase data for the top 10 products by revenue”
Managing Connections
Your active connections appear in the Active Connections table in the Connectors tab. From there you can:- View connection details and status
- Edit connection credentials
- Delete connections you no longer need
Deleting a connection removes both the connector configuration and its stored credentials from Workshop.
Security
- Credentials are encrypted at rest and in transit
- Connections use SSL/TLS for all data transmission
- Data is queried on demand — Workshop queries your sources directly and does not store your data separately
- You control access — delete connections anytime to revoke access