SK Hire Devs

Integrate SK Hire 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-hire-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/hire \
  -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
hire.job.publishedFires when a new requirement/opening record commits to the career page index.
hire.candidate.submittedFires when a candidate record is created or submits a resume file.
hire.candidate.reviewedFires when a submission profile undergoes basic screen sorting.
hire.submission.movedFires when a candidate moves stages inside the hiring pipeline board.
hire.scorecard.loggedFires immediately when an interviewer submits their scorecard feedback.
hire.offer.extendedFires when an offer letter document request posts to the database.