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.