SK People Devs

Integrate SK People into your codebase

Standardized REST endpoints, signed event webhooks, and Model Context Protocol (MCP) tool routing.

fig 01 · architecture topology integration Your Application Client sk-backbone-api Gateway sk-people-api Core Service

Quickstart Integration

Initiate actions securely in three simple steps. Authenticate requests using Platform-signed delegated JWT tokens.

$ curl -X POST https://api.softknack.com/v1/people \
  -H "Authorization: Bearer <delegated_JWT>" \
  -H "Content-Type: application/json" \
  -d '{"org_id": "org_01"}'
        
Event System

Webhook Subscription Catalog

Ingest events in real time. All webhooks conform to the standard Nexus payload format and contain an HMAC signature key.

Event TypeDescription
people.employee.hiredFires when a new profile record commits to the directory.
people.employee.terminatedFires when offboarding checklists finalize, locking profile access.
people.leave.requestedFires when a leave transaction request posts to the ledger.
people.leave.approvedFires when a manager signs off and details are written to the database.
people.attendance.loggedLogs checking in or out events with geo-coordinates verification.
people.asset.assignedFires when hardware serial keys bind to a user record.