Skip to content

Instantly share code, notes, and snippets.

@janodev
Created June 11, 2026 15:03
Show Gist options
  • Select an option

  • Save janodev/98bf32ed7554a5eae42710e78ced57c1 to your computer and use it in GitHub Desktop.

Select an option

Save janodev/98bf32ed7554a5eae42710e78ced57c1 to your computer and use it in GitHub Desktop.
The sidebar appears to contain:
| Option | What it does |
| ---------------------- | ---------------------------------------------------------------------- |
| **General** | Organization-wide settings, branding, permissions, and defaults. |
| **Connections** | Configure integrations with external services, APIs, and tools. |
| **Sessions** | View and manage Devin's active and past working sessions. |
| **Devin** | Core Devin settings and behavior configuration. |
| **DeepWiki** | Generate and browse AI-created documentation for repositories. |
| **Schedules** | Create recurring or scheduled Devin tasks. |
| **Skills & Rules** | Define custom instructions, workflows, and behavioral rules for Devin. |
| **Environment** | Configure runtime environments, containers, and execution settings. |
| **Knowledge** | Store documentation and reference material Devin can use. |
| **Playbook Knowledge** | Structured organizational procedures and operating guides. |
| **Secrets** | Manage API keys, credentials, and sensitive configuration values. |
| **Repositories** | Connect and manage source code repositories. |
| **Membership** | Manage users, seats, roles, and billing membership. |
| **Devin API** | Configure and access Devin's API endpoints and credentials. |
| **Analytics** | Usage metrics, activity reporting, and performance insights. |
The overall structure is interesting because it suggests Devin separates knowledge into three layers:
1. **Knowledge** → raw documents and information.
2. **Playbook Knowledge** → documented procedures ("how we do things").
3. **Skills & Rules** → instructions that directly affect agent behavior.
That's a fairly mature enterprise-agent architecture: **data → process → behavior**.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment