Skip to main content

NexSpace Developer Platform

NexSpace 365 is an enterprise workforce management platform serving healthcare, hospitality, retail, manufacturing, and logistics organizations. The developer platform lets you build integrations and AI agents that automate scheduling, HR, payroll, credentials, and CRM workflows.

What You Can Build

AI Agents

Build agents that fill shifts, verify credentials, and run payroll through the Model Context Protocol (MCP) — the same protocol used by Claude Code, Cursor, and ChatGPT.

Custom Integrations

Connect NexSpace to your existing systems via REST API, webhooks, and SDKs. React to events like shift_filled or credential_expired in real time.

Workflow Automation

Use the CLI to script bulk operations — search staff, fill shifts, generate reports — from CI/CD pipelines or internal tools.

Marketplace Plugins

Publish your integration to Claude Code, Cursor, ChatGPT, or Composio marketplaces for distribution to thousands of teams.

Architecture

┌─────────────┐     ┌──────────────────┐     ┌────────────────┐
│  AI Agents   │────▶│  MCP Server      │────▶│  NexSpace API  │
│  (Claude,    │     │  (JSON-RPC 2.0)  │     │  (REST + Auth) │
│   Cursor,    │     │  16 verbs        │     │                │
│   ChatGPT)   │     └──────────────────┘     └────────────────┘
├─────────────┤                                       │
│  SDKs        │───────────────────────────────────────┤
│  (TS/Python) │                                       │
├─────────────┤                                       │
│  CLI         │───────────────────────────────────────┤
│  (oclif)     │                                       │
├─────────────┤                                       │
│  Webhooks    │◀──────────────────────────────────────┘
│  (outbound)  │     Events pushed to your URL
└─────────────┘

Quickstart

Get your first API call working in 5 minutes.

Authentication

API keys, OAuth 2.1, scopes, and device-code flow.

MCP Protocol

How AI agents discover and invoke NexSpace tools.