About
Client SDKs
We provided libraries in TypeScript that make is easier to with the Trust Stack API.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
import { TrustStack } from '@truststack/sdk';
TrustStack.configure({
accessKey: 'my-access-key' // defaults to process.env["TRUSTSTACK_ACCESS_KEY"]
});
const client = new TrustStack();
const organizations = await client.admin.createOrganization({ name: 'ACME Farms' });