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.
REST API
A comprehensive OpenAPI-documented REST API with 100+ endpoints covering candidates, jobs, applications, communications, search, and workflow orchestration.
Voice Agent SDK
Build custom voice and text experiences with our SDK. Create career site widgets, screening flows, or entirely custom conversational interfaces.
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.
Developer-Friendly From Day One
Full TypeScript SDK, OpenAPI specs, and comprehensive documentation. Get started in minutes.
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.