Skip to main content
FRITH
50+ integrations

Connect your entire
legal tech stack

FRITH works with the tools you already use every day. Connect in minutes with native integrations — no code required.

All integrations

Native integrations that take minutes to configure — not weeks to build.

AI Providers (BYOK)

Bring your own API keys and connect directly to any major AI provider. FRITH routes your queries securely — zero data retention on our side.

OpenAI GPT-4oAnthropic Claude 3.5Google Gemini 1.5 ProMistral LargeGroq (Llama 3)Cohere Command R+

Email & Calendar

All client communications and scheduling in one place. Two-way sync keeps FRITH and your inbox perfectly in step.

GmailOutlook / Microsoft 365Google CalendariCal / CalDAVApple MailExchange Server

Document Management

Connect cloud storage for seamless document workflows, version control, and matter-linked filing.

Google DriveMicrosoft SharePointOneDriveDropbox BusinessBoxNetDocuments

Payments & Accounting

Accept online payments, reconcile trust accounts, and sync with your accounting software — fully automated.

StripeLawPayQuickBooks OnlineQuickBooks DesktopXeroFreshBooks

Scheduling & Booking

Let clients self-schedule consultations and appointments with real-time calendar availability.

CalendlyCal.comAcuity SchedulingMicrosoft BookingsDoodleChili Piper

Communications

SMS, voice, and video integrations so every client conversation is logged and matter-linked.

Twilio (SMS & Voice)ZoomMicrosoft TeamsGoogle MeetDialpadRingCentral

Identity & SSO

Enterprise-grade single sign-on and SCIM provisioning for large firms and legal departments.

Microsoft Entra IDGoogle WorkspaceOktaOneLoginAuth0SAML 2.0 / SCIM

Analytics & BI

Export data and connect FRITH to your business intelligence stack for custom reporting.

Power BITableauLookerCSV / Excel ExportREST APIWebhooks
Developer API

Build anything with the FRITH API

A fully documented REST API lets you build custom workflows, automate repetitive tasks, and integrate FRITH data into your existing systems. Enterprise support for on-premise and custom deployments.

REST API
Full CRUD access to matters, documents, contacts, and billing — with OpenAPI 3.0 spec.
Webhooks
Real-time event delivery for matter updates, document uploads, payments, and AI completions.
OAuth 2.0
Secure delegated access for third-party integrations and your own custom applications.
SDKs
Official client libraries for Node.js, Python, and Ruby. Community SDKs for Go and PHP.
Rate Limits
Up to 10,000 requests/min on Enterprise. Generous limits for Starter and Growth plans.
Sandbox
Full-featured sandbox environment for development and integration testing at no cost.
// Create a matter via API
POST /v1/matters
{
"title": "Smith v. Jones",
"practiceArea": "litigation",
"assignedTo": "usr_abc123",
"status": "active"
}
// Response 201 Created
{
"id": "mat_xyz789",
"createdAt": "2025-01-15T09:41:00Z"
}

Don't see your tool?

We add new integrations every sprint based on customer requests. Tell us what you need and we'll prioritise it.