Access Token
For using the SDK, or API, you need an access token. This can be found in your Developer Console. To generate a Access Token, head to:- Home > Access Tokens
- Press “Create Access Token”
- Provide a name for your access token and create it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to get access to the Trust Stack API and SDK.
import { TrustStack } from '@truststack/core';
const truststack = TrustStack.configure({ accessToken: '<access_token>' });