Quickstart
This guide walks you through creating an API key and making your first call to the NexSpace API.Step 1: Get an API Key
- Log in to NexSpace
- Navigate to Settings → API Keys
- Click Create Key
- Choose your scopes (start with
shifts:read,staff:read,facilities:read) - Copy the key — it’s shown only once
nex_live_aBcDeFgHiJkLmNoPqRsT...For isolated testing, create a
nex_test_… key instead — same API host (https://api.nexspace365.com), sandbox rows only.
Mintlify Try-it
On API reference pages, open Try It and pasteBearer <your key>. There is no separate sandbox URL and no shared demo credential — use your own key from Settings → API Keys.
Step 2: Make Your First Call
Step 3: Try an MCP Tool Call
AI agents interact via the MCP protocol. Here’s how to call a tool directly:Step 4: Set Up Webhooks (Optional)
Receive real-time events when things happen in NexSpace:signingSecret — use it to verify incoming webhook
signatures.
Next Steps
Authentication Deep Dive
OAuth 2.1, scopes, key rotation, and device-code flow.
MCP Protocol
Full MCP integration guide for AI agents.
TypeScript SDK
Install and configure the TypeScript SDK.
CLI Reference
Automate NexSpace from the command line.