Loading Settler...
Loading Settler...
Developer Infrastructure
Generate and manage cryptographic keys for programmatic access to the Settler Reconciliation Engine. Use these keys to trigger ingestion jobs and retrieve verified proof capsules.
Direct programmatic access to your tenant resources.
| Key Name | Preview | Created | Last Used | Actions |
|---|---|---|---|---|
Production Ingestion write:ingestion read:runs | sk_prod_•••••••• | 3/15/2026 | 2 mins ago | |
Staging Pipeline full_access | sk_test_•••••••• | 3/10/2026 | Yesterday |
Hardness Multiplier
Automatic Key Rotation
Active (90-day cycle)
AES-256 Storage
Standard Enforced
Protect your keys. They grant broad access to your reconciliation flows. Never commit keys to source control.
Security PolicyNode.js Fragment
const { Settler } = require("@settler/sdk");
const client = new Settler({
apiKey: process.env.SETTLER_KEY
});
All SDKs support deterministic replay by default.