Scoped Enterprise integrations

Build on Bounda

Bring Bounda's HR compliance intelligence into your systems through a private, scoped Enterprise implementation. We agree the use case, access and integration surface with you during onboarding.

25+
Scoped API Endpoints
5
Capability Areas
REST
JSON + SSE

Available today

Scoped Enterprise integrations

We configure private API access, authentication and the agreed integration surface during Enterprise onboarding and implementation.

Product roadmap

Public self-service developer access

Productised public API access, outbound webhooks and self-service developer tooling are later standard-product milestones, not public sign-up features today.

Use Cases

What you can build

Connect Bounda to your existing tools and workflows through a scoped Enterprise implementation. These examples are shaped with your team during onboarding.

Embed the Handbook Chatbot

Add an AI assistant to your intranet, Slack, or Teams that answers employee policy questions using your actual handbook.

Slack bot for policy Q&ATeams integrationIntranet widgetMobile app assistant

Automate Document Generation

Trigger HR document creation from your HRIS, ticketing system, or custom workflows. 40+ document types covering employment, leave, performance, exit and more — each generated as a Word document.

Auto-generate offer letters from ATSCreate disciplinary docs from HR ticketsCompliance-check uploaded employment docsSettlement agreement drafting

Sync Compliance Status

Pull real-time compliance scores and gap analysis into your dashboards. Know instantly when policies need attention.

Executive compliance dashboardRisk management integrationAudit reportingPolicy health monitoring

Surface Legal Change Alerts

Poll the legal-change feed and pipe UK employment-law updates into your GRC, ticketing, or alerting stack — bridged via your own scheduler, no Bounda-managed webhooks required.

Hourly poll into a GRC dashboardAuto-create JIRA ticketsSlack/Teams alert botsCustom email digests
Enterprise Integration Surface

Five capability areas, scoped to your implementation

We scope each Enterprise implementation from 25+ integration-shaped endpoints covering read access, AI analysis, exports and the legal-change feed. Authentication, credentials, tenant isolation controls and agreed routes are configured during onboarding; this is not a public self-service API.

Capabilities

  • Server-Sent Events streaming for token-by-token answers
  • Source citations attached to every response
  • Session-aware: pass a `sessionId` to continue a conversation
  • Counts against the customer's monthly chat session limit
  • Slack, Teams, intranet, and mobile-app integration patterns

Key Endpoints

POST/handbooks/{id}/query/stream

Streaming SSE response

POST/handbooks/{id}/query

Non-streaming JSON response

Need an endpoint that isn't listed here? Section editing, tone profiles, and policy group management can be considered for a scoped Enterprise implementation — talk to us about your use case.

Power Features

Five integration capabilities that do the heavy lifting

These capabilities can be included in a scoped Enterprise implementation. We configure the agreed endpoints and credentials during onboarding.

RAG-Powered Chatbot

POST /handbooks/{id}/query/stream

Ask natural language questions against the handbook. Streaming SSE responses with source citations, follow-up suggestions, and session-based conversation history.

Real-time streamingSource citationsFollow-up suggestionsSession history

Compliance Analysis

POST /sections/analyse

Paste any policy text and get instant compliance analysis. Issues categorised by severity (critical/high/medium/low) with legal citations and recommendations.

Severity ratingsLegal citationsActionable recommendationsIssue tracking

AI Redrafting

POST /sections/redraft

Generate compliant versions of non-compliant policies. Tracks all changes with explanations and respects your company tone profile.

Change trackingTone profile supportLegal groundingBefore/after diff

Document Generation

POST /document-checker/generate

Generate 40+ HR document types via guided wizard. Automatically checks handbook coverage, detects gaps, and exports to Word.

40+ document typesGap detectionGuided wizardDOCX export

Export Formats

GET /handbooks/{id}/versions/{v}/export-docx

Export complete handbooks or individual versions as Word (.docx) or branded PDF.

Word exportPDF exportVersioned exportsProfessional formatting
Enterprise implementation

RAG-Powered Chatbot Integration

Embed an AI assistant that answers employee questions using your actual handbook content. Streaming responses, source citations, and conversation history are available within a scoped implementation configured during onboarding.

Real-time Streaming

Server-Sent Events (SSE) for instant, token-by-token responses

Source Citations

Every answer includes references to specific handbook sections

Conversation Context

Session-based history for natural follow-up questions

illustrative-enterprise-request.js
// Credentials and routes are issued during Enterprise onboarding
// Stream chatbot responses with source citations
const response = await fetch(
  'https://bounda-co-uk.onrender.com/api/v1/handbooks/{id}/query/stream',
  {
    method: 'POST',
    headers: {
      'X-API-Key': 'YOUR_API_KEY',
      'Content-Type': 'application/json'
    },
    body: JSON.stringify({
      query: "What's our policy on flexible working?"
    })
  }
);

// Handle SSE streaming response
const reader = response.body.getReader();
const decoder = new TextDecoder();

while (true) {
  const { done, value } = await reader.read();
  if (done) break;
  
  const chunk = decoder.decode(value);
  // SSE events include:
  // - text: streaming answer tokens
  // - sources: referenced handbook sections
  // - suggestions: follow-up questions
}
Integrations

Works where your team works

Examples we can scope through Enterprise onboarding, bringing HR compliance intelligence to the tools your employees already use.

Slack

Build a Slack bot that lets employees ask policy questions directly in channels or DMs.

Slash commandsInteractive messagesThread replies

Microsoft Teams

Create a Teams bot or tab that surfaces handbook information where your team works.

Bot frameworkAdaptive cardsTab integration

Intranet / SharePoint

Embed a chatbot widget on your company intranet for self-service policy queries.

Embeddable widgetSSO configured during onboardingCustom styling

Mobile Apps

Add policy Q&A to your employee mobile app through a scoped private API implementation.

iOS & AndroidPush notificationsOffline cache
Developer Experience

Built for a supported implementation

Clean integration patterns, implementation documentation and predictable behaviour, with credentials and scope configured during Enterprise onboarding.

Versioned REST Integration

Standard REST conventions with JSON request/response bodies under a versioned `/api/v1/*` prefix, exposed only as agreed for your Enterprise implementation.

Real-time Streaming

Server-Sent Events (SSE) for chatbot responses. Token-by-token streaming for responsive UX, with metadata events carrying source citations.

Pollable Legal Change Feed

The legal-change endpoint is built for polling on your schedule. Drives your own GRC dashboards, ticketing, or alerting — no Bounda-managed webhook delivery to configure.

Implementation Authentication

Authentication, credentials, tenant isolation controls and agreed routes are configured for each scoped Enterprise implementation.

OpenAPI Documentation

Swagger UI is shared with Enterprise customers during onboarding. Tagged by capability area so the schema matches the categories on this page.

Rate Limiting

AI and chatbot endpoints apply rate limits. The relevant limits and integration controls are confirmed during onboarding.

Security

Enterprise-grade security

Your handbook data is sensitive. We treat it that way.

Encryption

All data encrypted in transit (TLS) via the platform edge, and at rest by the managed Postgres provider. HSTS enforced.

Authentication

Authentication, credentials, tenant isolation controls and agreed routes are configured as part of each scoped Enterprise implementation.

Activity Logging

Bounda records method, matched route, status and duration for Clerk-authenticated application requests. Integration logging and access are agreed during implementation.

Data Protection

Technical and organisational controls are designed to support UK GDPR obligations. Primary application data is hosted in configured UK/EU provider regions. A Data Processing Agreement is available on request.

Ready to integrate?

Scoped API access is available through Enterprise onboarding and implementation. Talk to our team about the systems and workflows you want to connect.

Enterprise Plan includes:

Scoped API implementation
Custom branding
SSO configured in onboarding
Dedicated support
SLA guarantee
Priority rate limits