Loading Settler...
Loading Settler...
Settler uses API keys to authenticate requests. You can create and manage API keys in the Console.
import { Settler } from '@settler/sdk';
const client = new Settler({
apiKey: process.env.SETTLER_API_KEY, // Never hardcode keys!
});⚠️ Security Best Practices:
All API requests are automatically scoped to your workspace. You can only access resources within workspaces where you have membership.
API requests are rate-limited per workspace. See Status & Limits for current limits.