Skip to content
Scalekit Docs
Talk to an Engineer Dashboard

Coding agents: Add SCIM directory sync to your app

Let your coding agents guide you into adding Scalekit SCIM provisioning to your application in minutes

Use AI coding agents to add Scalekit’s SCIM directory sync to your applications. The agent analyzes your codebase, applies SCIM patterns, and generates production-ready code for user provisioning and lifecycle management.

npx @scalekit-inc/cli setup
Claude Code Cursor GitHub Copilot Codex 40+ more
  1. Copy this prompt into your coding agent:

    SCIM implementation prompt
    Add Scalekit SCIM directory sync to my app — set up the webhook endpoint to receive SCIM events, validate the webhook signature, and handle user provisioning and deprovisioning events to create, update, and delete users in my database. Code only.
  2. Check that generated files include:

    • Webhook endpoint that receives SCIM events from Scalekit
    • Webhook signature validation to authenticate incoming requests
    • User provisioning handler that creates or updates users in your database
    • Deprovisioning handler that deletes or deactivates users