Triagly Docs

Documentation

Everything you need to integrate Triagly into your application

Quick Start

npm install @triagly/sdk

import Triagly from '@triagly/sdk';

const triagly = new Triagly({
  apiKey: 'pub_live_abc123',  // Get from Settings > API Keys
});

Quick Start

Get up and running in less than 5 minutes

SDK Reference

Complete API documentation for the SDK

Customization

Make Triagly match your brand

Guides

Framework-specific integration guides