Creating a client
In ai.r Recruit, a Client represents a customer organization
π’ Defining clients is essential for keeping your system multi-tenant, secure, and logically structured.
π Why Use Clients?
Using client_id helps you:
Separate tenant data (jobs, users, applications) by organization
Avoid collisions if your database does not enforce globally unique identifiers
Filter responses (e.g., recommendations) specific to each client
Clients are especially useful if:
You're building for multiple customer orgs
You're integrating with an ATS or CRM per company
You're leveraging the reverse match recommendation engine to compare resumes vs jobs
π‘ Without a client structure, your application may expose or misalign data between companies.
β How to Create a Client
To create a new client click the link below
π Create Client - API Reference
π Note: If your use case doesn't involve multi-tenancy, organizational separation, or reverse matching (you can still use it without client filtering), you can skip creating a client and proceed without this step.
Updated about 1 month ago