Get a Sintropix API Key for Agents and Integrations
Create a Sintropix API key from Settings, pass it in the x-api-key header, and understand the scope, rate limits, and rotation rules that apply to programmatic access.
Sintropix API keys let agents and integrations authenticate as a User without a browser session. Each key is a long-lived credential passed in the x-api-key header, inherits the owning User’s Role and Memberships, and is rate-limited to 25,000 requests per hour.Keys are created in the Sintropix web app at app.sintropix.com. The whole trip takes under a minute.
1
Sign in and open Settings
Sign in as the User the key should act on behalf of. The key inherits that User’s Role and per-Entity Memberships, so choose a User with the access the integration actually needs.Click your name at the bottom of the left sidebar and choose Ajustes.
The user menu at the bottom-left of the app. Ajustes opens Settings.
2
Go to Claves de API
Settings opens on the Empresa page. In the Configuración list on the left, click Claves de API.
Claves de API in the Settings sidebar.
The page lists every key you own with its name, prefix, creation date, expiry, and last use. Keys can be revoked from the trash icon on each row.
Existing keys. Only the prefix is shown; the secret is never displayed again after creation.
3
Create the key
Click Crear clave. Give the key a descriptive name (for example erwin-agent or reconciliation-bot) so you can identify it later in the key list and the audit trail, then click Crear clave in the dialog.
Name the key after the software that will use it.
4
Copy the secret
The key is shown once. Copy it with the button next to the field and store it in your secrets manager before clicking Listo. Sintropix does not display the secret again after this screen; if you lose it, revoke the key and create a new one.
The one-time secret dialog. It also reminds you of the two headers every mutating request needs.
5
Call the API
Send the key in the x-api-key header on every request:
Every mutating request (POST, PUT, PATCH, DELETE) made with a key must also send an x-audit-actor header naming the software that is acting. The value is recorded verbatim in the audit trail; omitting it returns 400.
Each key is limited to 25,000 requests per hour on a sliding window. Requests over the limit return 429 Too Many Requests; back off and retry after the window resets.