Devin AI [ARCHIVED]
This page contains the setup guide and reference information for the Devin AI source connector.
Overview
Syncs data from the Devin AI platform API (v3), providing visibility into your organization's AI engineering agent activity, conversations, and configuration.
- Sessions — All Devin sessions in your organization
- Session status, title, tags, and timestamps
- ACU consumption and billing-relevant metrics
- Associated pull requests with PR state
- User and service user attribution
- Parent/child session relationships
- Session Messages — Full conversation history for each session
- Every message exchanged between users and Devin
- Message source attribution (user vs. devin)
- Chronological ordering via timestamps
- Playbooks — Reusable playbook definitions
- Playbook title, body content, and macro triggers
- Access controls (team vs. personal)
- Authorship and modification tracking
- Secrets — Secret metadata (values are never exposed)
- Secret keys, types, and sensitivity flags
- Access type and organizational scope
- Creation and update audit trail
- Knowledge Notes — Organization knowledge base entries
- Note content, folder organization, and trigger rules
- Enabled/disabled state for automated knowledge injection
- Pinned repo associations and macro triggers
Prerequisites
- A Devin AI account with API access
- A Devin AI API token (service user tokens use the
cog_*prefix) - Your Devin AI Organization ID (uses the
org_*prefix)
Setup guide
Step 1: Obtain your API token
- Log in to your Devin AI dashboard.
- Navigate to the API settings or service user management section.
- Create or retrieve your API token.
Step 2: Find your Organization ID
- Your Organization ID is available in your Devin AI dashboard settings.
- It uses the
org_*prefix format.
Step 3: Configure the connector in Airbyte
- Enter your API Token.
- Enter your Organization ID.
- Click Test Connection to verify your credentials.
Supported streams
| Stream | Sync Mode | Description |
|---|---|---|
| Sessions | Full Refresh | All Devin sessions in your organization |
| Session Messages | Full Refresh | Conversation messages for each session |
| Playbooks | Full Refresh | Team playbooks for the organization |
| Secrets | Full Refresh | Secret metadata (no secret values are synced) |
| Knowledge Notes | Full Refresh | Knowledge notes for the organization |
Configuration reference
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
api_token | string | Yes | Devin API key for authentication. Service user tokens use the cog_* prefix. | |
org_id | string | Yes | Your Devin organization ID. Uses the org_* prefix. |
Reference
No configuration specification is available for this connector.
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.0 | 2026-03-10 | Initial release with sessions, session messages, playbooks, secrets, and knowledge notes streams |