All twins
Every twin, what it is, and how it authenticates.
Every twin is a real, stateful service with its own database.
Each one also serves its own operating notes at {control_url}/veris/manual
once a sandbox is running, with the detail these tables leave out.
Payments and money
| Twin | What it is | Auth | Webhooks |
|---|---|---|---|
| Stripe | Payments | Secret and restricted keys, OAuth | Yes |
| Marqeta | Card issuing | Basic | No |
| QuickBooks | Accounting | Intuit OAuth | Yes |
| Daraja | M-Pesa payments | OAuth client credentials | Yes |
| Fineract | Core banking | Basic plus tenant header | No |
| Yente | Sanctions screening | None | No |
CRM and sales
| Twin | What it is | Auth | Webhooks |
|---|---|---|---|
| HubSpot | CRM | OAuth, private app token | Yes |
| Salesforce | CRM | OAuth with required PKCE | No |
| Attio | CRM | API key, OAuth | Yes |
Productivity and work management
| Twin | What it is | Auth | Webhooks |
|---|---|---|---|
| Slack | Messaging | Bot and user OAuth | No |
| Asana | Work management | PAT, OAuth | Yes |
| Jira | Issue tracking | Atlassian tokens | No |
| Linear | Issue tracking (GraphQL) | API key, OAuth | No |
| Notion | Docs and databases | OAuth, integration token | Yes |
| Airtable | Databases | PAT, OAuth | Yes |
| Figma | Design files | PAT, OAuth | Yes |
| Calendly | Scheduling | OAuth 2.1 | Yes |
| Acuity Scheduling | Scheduling | Basic, OAuth | Yes |
| Zoom | Meetings, plus hosted MCP | OAuth with PKCE | No |
Files and content
| Twin | What it is | Auth | Webhooks |
|---|---|---|---|
| Dropbox | File storage, plus hosted MCP | OAuth | No |
| Google Drive | File storage, plus hosted MCP | Google tokens | Yes |
| Frame.io | Video review | Adobe IMS tokens | No |
| Autodesk | Platform Services | OAuth 2LO and 3LO | No |
Mail and calendar
| Twin | What it is | Auth | Webhooks |
|---|---|---|---|
| Gmail | Mail, plus hosted MCP | Google tokens | No |
| Google Calendar | Calendar | Google tokens | Yes |
| Microsoft Graph | Outlook mail, calendar, Teams | Entra tokens | Yes |
Developer
| Twin | What it is | Auth | Webhooks |
|---|---|---|---|
| GitHub | Repositories, real git objects | PAT, OAuth App | Yes |
| Hugging Face | Model and dataset hub | HF token, OAuth | No |
| PostgreSQL | Your own database | Postgres role auth | No |
Identity
These sit behind the products above. Ask for a product twin and its identity sibling comes with it. Point your app’s authorize and token URLs here, and its API traffic at the product twin.
| Twin | Issues tokens for |
|---|---|
| Google Identity | Drive, Gmail, Calendar |
| Microsoft Identity | Microsoft Graph |
| Atlassian Identity | Jira |
| Adobe IMS | Frame.io |
Don’t see one you need?
Request it in the console .
Add an OpenAPI spec, a Postman collection, or a link to the vendor’s docs.