Skip to main content

Integrations

Connect Your Existing Tools

StudAI BOS does not ask you to rip and replace. It connects to the tools your teams already use — and replaces the duct tape between them with a governed, AI-native layer.

Available now

Current integrations

Gmail API

Available

Send and receive approvals, alerts, and commands through Gmail. Full two-tier approval support over OAuth-secured, authenticated email.

Email (SMTP / IMAP)

Available

Send approval requests, notifications, and daily digests via email. Receive approval replies directly to your inbox.

API-first architecture

Build anything on top of StudAI BOS

StudAI BOS exposes a versioned REST API for documented, graduated operations. The web app uses the same service boundary; unavailable operations remain hidden until their security, contract, and recovery evidence is complete.

RESTful API

JSON-based REST API with a frozen additive v1 contract. Authenticated application access uses supported user sessions while service-key authentication is unavailable.

Custom integrations

Build custom connectors using our API. Whether it is a proprietary ERP, a government portal, or an internal tool — if it has an API, StudAI BOS can talk to it.

api-example.sh
# Create an expense through the v1 API
curl -X POST https://api.studai.co/v1/expenses \
  -H "Authorization: Bearer <access-token>" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 45000,
    "currency": "INR",
    "category": "client_travel",
    "description": "Mumbai site visit"
  }'

# Read the resulting governed receipt
curl -X GET https://api.studai.co/v1/audit/events \
  -H "Authorization: Bearer <access-token>"

Data migration

Bring your data with you

Moving to a new platform should not mean starting from scratch. We provide multiple paths to bring your existing data into StudAI BOS.

CSV Import

Upload CSV files for contacts, deals, invoices, employees, and more. Our import wizard maps columns, validates data, and handles duplicates. Supports bulk imports up to 100K rows.

API Migration Tools

Use our migration API to programmatically transfer data from your existing CRM, HRMS, or ERP. We provide migration scripts for popular platforms and a detailed migration guide.

Need a custom integration?

If you need a connector we have not built yet, talk to our integrations team. We prioritize based on customer demand and can build custom connectors for Enterprise plans.