ChatGPT Integration
The NexSpace GPT is a custom GPT Action that lets ChatGPT users manage workforce operations through natural language.Available in the GPT Store
Search for “NexSpace Workforce Manager” in the GPT Store.Manual Setup
To create your own custom GPT with NexSpace actions:- Go to ChatGPT → Create a GPT
- Actions → Create new action
- Set authentication: API Key → Bearer → paste your NexSpace API key
- Paste the OpenAPI schema from
tools/chatgpt-actions/openapi-actions.yaml - Copy instructions from
tools/chatgpt-actions/gpt-instructions.md
Available Actions
Direct REST Actions
listFacilities— List accessible facilitiesgetFacility— Get facility detailsearchStaff— Search staff membersgetStaffMember— Get staff profilelistShifts— List shifts with filtersfillShift— Assign staff to a shift (requires confirmation)
MCP Passthrough
ThemcpToolCall action provides access to all 16 MCP verbs via JSON-RPC,
including verifyCredential, previewPayrollRun, qualifyLead, and more.
Consequential Actions
Actions that modify data (likefillShift) are marked with
x-openai-isConsequential: true — ChatGPT will ask the user to confirm
before executing.