ANISIVO Developer Platform

Build clinic integrations without crossing tenant boundaries.

Independent sandbox and production credentials, clinic-approved installations, least-privilege scopes, usage visibility, signed webhooks, delivery replay, and auditable access.

Open Developer ConsolePlatform statusAPI reference
1

Create an application

Create a Partner Organization, invite role-based members, and register the app.

2

Issue a sandbox key

Choose only the scopes your integration needs. The secret is shown once and can be rotated.

3

Test safely

Use isolated sandbox fixtures, usage logs, rate-limit visibility, and signed webhook replay.

4

Request production

Submit the use case, then obtain explicit clinic approval for every installation.

Downloadable tools

Webhook verification

signature = HMAC_SHA256(signing_secret, timestamp + "." + raw_request_body)
headers: X-ANISIVO-Timestamp, X-ANISIVO-Delivery, X-ANISIVO-Signature
reject timestamps older than 5 minutes; deduplicate by delivery ID