Skip to main content

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

  1. Log in to your Devin AI dashboard.
  2. Navigate to the API settings or service user management section.
  3. Create or retrieve your API token.

Step 2: Find your Organization ID

  1. Your Organization ID is available in your Devin AI dashboard settings.
  2. It uses the org_* prefix format.

Step 3: Configure the connector in Airbyte

  1. Enter your API Token.
  2. Enter your Organization ID.
  3. Click Test Connection to verify your credentials.

Supported streams

StreamSync ModeDescription
SessionsFull RefreshAll Devin sessions in your organization
Session MessagesFull RefreshConversation messages for each session
PlaybooksFull RefreshTeam playbooks for the organization
SecretsFull RefreshSecret metadata (no secret values are synced)
Knowledge NotesFull RefreshKnowledge notes for the organization

Configuration reference

ParameterTypeRequiredDefaultDescription
api_tokenstringYesDevin API key for authentication. Service user tokens use the cog_* prefix.
org_idstringYesYour Devin organization ID. Uses the org_* prefix.

Reference

No configuration specification is available for this connector.

Changelog

Expand to review
VersionDatePull RequestSubject
0.1.02026-03-10Initial release with sessions, session messages, playbooks, secrets, and knowledge notes streams