Skip to main content

Build on ZeyOS with Real Platform Access

The Developer Center collects the technical entry points for ZeyOS, including REST APIs, authentication, iXML scripting, SDK resources, and implementation guides.

REST API

Use the API reference to query, create, and update ZeyOS records from external systems and custom frontends.

iXML Scripting

Automate server-side business logic, transformations, and scheduled jobs with the built-in iXML runtime.

Guides and SDK

Follow implementation guides and SDK material when you connect ZeyOS to applications, data flows, and customer workflows.

Start with the Interface That Matches Your Task

ZeyOS exposes core platform capabilities through documented APIs and scripting tools. Use REST for integrations and apps, iXML for platform-side logic, and the guides for complete implementation patterns.

API Reference Endpoint-level documentation for platform resources, authentication, payloads, and responses.

Script Reference iXML documentation for workflow automation, database access, HTTP calls, and transformations.

Implementation Guides Practical examples for integrations, forms, phone systems, and platform extensions.

GET /api/v1/contacts/4815
{  "ID": 4815,  "firstname": "Cathy",  "lastname": "Winters",  "company": "Acme Corp",  "position": "CTO",  "email": "[email protected]",  "type": "customer",  "assigneduser": 12,  "lastmodified": "2026-05-30T14:22:08Z"}

Choose Your Developer Entry Point

Browse the REST API reference first, then continue into authentication, iXML, SDK, and guides as your integration needs grow.

Open REST API Docs