Build On GLYDE Unity

Everything you need to create custom AI agents, automations, and integrations. Full API access, MCP protocol support, Voice SDK, and comprehensive documentation.

Model Context Protocol (MCP)

GLYDE Unity implements MCP for standardized, discoverable endpoints that LLMs and AI agents can consume. Build custom agents that understand your recruiting data naturally.

Tool discoveryResource accessSchema exposurePrompt integration

REST API

A comprehensive OpenAPI-documented REST API with 100+ endpoints covering candidates, jobs, applications, communications, search, and workflow orchestration.

Full OpenAPI specTypeScript SDKZod validationWebhook support

Voice Agent SDK

Build custom voice and text experiences with our SDK. Create career site widgets, screening flows, or entirely custom conversational interfaces.

React componentsCDN distributionCustom functionsContext switching

Power Automate Connector

A certified Power Automate connector with 100+ actions for building no-code recruiting workflows. Trigger, transform, and route data across your stack.

Pre-built actionsCustom triggersData transformsTemplate library

Developer-Friendly From Day One

Full TypeScript SDK, OpenAPI specs, and comprehensive documentation. Get started in minutes.

index.ts
import { FlexibleUnityApi } from '@glydeunity/glyde-api-client/flexible';

// Initialize with your API key
const unity = new FlexibleUnityApi({
  baseUrl: 'https://api.glydeunity.com',
  apiKey: process.env.GLYDE_API_KEY,
});

// Search candidates with natural language
const results = await unity.conversationalAISearch({
  query: 'Java developers in Austin, 5+ years',
});

// Get candidate by any identifier format
const candidate = await unity.getCandidateById({
  ats_candidate_id: '12345',
  ats: 'bullhorn',
});

Start Building Today

Get API access and start building custom solutions on GLYDE Unity.