Quickstart Guide

Welcome to the Dabba AI developer platform. You can use our REST API and SDKs to integrate campus operations directly into your custom applications or administrative dashboards.

Built for Developers

Extend the ecosystem with our Robust APIs

Build custom integrations, train bespoke models, and tap directly into the intelligence engine. Comprehensive SDKs for TypeScript, Python, and Go.

index.ts
1// Initialize Dabba AI Client
2import { DabbaClient } from '@dabba/sdk';
3
4const client = new DabbaClient({
5 apiKey: process.env.DABBA_API_KEY,
6 environment: 'production'
7});
8
9// Trigger an automated admission workflow
10const response = await client.workflows.trigger('admission_screening', {
11 studentId: 'STU-99234',
12 documents: ['transcript.pdf', 'passport.pdf']
13});
14
15console.log(response.status); // Output: "Processing..."

Supported Integrations

Out of the box plugins connecting to the tools you already use.

Plays nice with your existing stack

Connects instantly to 50+ campus software platforms.

G
Google Workspace
T
Microsoft Teams
Z
Zoom
M
Moodle
W
WhatsApp
Sf
Salesforce
C
Canvas
Bb
Blackboard
G
Google Workspace
T
Microsoft Teams
Z
Zoom
M
Moodle
W
WhatsApp
Sf
Salesforce
C
Canvas
Bb
Blackboard
G
Google Workspace
T
Microsoft Teams
Z
Zoom
M
Moodle
W
WhatsApp
Sf
Salesforce
C
Canvas
Bb
Blackboard