Skip to main content

Quickstart

Fertiligent is delivered as a hosted, multi-tenant platform. Your clinic gets its own tenant and portal at https://<your-tenant>.fertiligent.ai.

1. Get access

Contact your Fertiligent representative to provision:

  • A tenant and administrator account for the portal.
  • API integration credentials (client_id / secret and scopes) if you are building against the API.

2. Explore the portal

Sign in at https://<your-tenant>.fertiligent.ai to manage referrals, scheduling, messaging, and patient records. See the clinic staff guides for day-to-day workflows.

3. Call the API

Authenticate with OIDC (see Authentication), then call the REST API at https://api.fertiligent.ai. Every endpoint is documented in the API Reference:

curl https://api.fertiligent.ai/api/care/referrals \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"