OAuth Connectors let pre.dev act on your behalf in external services — reading data, creating resources, or keeping state in sync — without you pasting API keys. You click “Connect,” sign in once, and the agent inherits that authorization for every project.Documentation Index
Fetch the complete documentation index at: https://docs.pre.dev/llms.txt
Use this file to discover all available pages before exploring further.
How it works
- Open Integrations → OAuth Connectors
- Pick a service and click Connect
- Sign in through the service’s standard OAuth flow
- Done — any project the agent builds can now use that connector
What agents do with them
When a build task mentions a connected service, the agent uses the connector directly:- “Create a Linear issue for every failing test” → agent uses your Linear connector
- “Send a Slack message when a PR merges” → agent uses your Slack connector
- “Read my Notion project brief before starting” → agent reads via your Notion connector
Security
- Tokens are encrypted at rest
- Scopes are shown before you authorize — pre.dev requests the minimum required
- You can disconnect any connector from the Integrations page and all active tokens are revoked

