Client
A Client is used to connect to a specific Project by using an API Key. Clients are created using theTriggerClient class.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The Client is how you interact with the API, through an Adaptor.
TriggerClient class.
export const client = new TriggerClient({
id: "my-webapp",
apiKey: process.env.TRIGGER_API_KEY!,
});
Was this page helpful?
