Skip to main content
This guide walks you through your first successful API call to the Triverse Infotech platform. You will install an SDK, configure your API key, and list your projects in under five minutes.

Prerequisites

Before you begin, make sure you have:
  • A Triverse Infotech account and an API key from the dashboard
  • Node.js 18+ or Python 3.9+ installed on your machine

Install the SDK

1

Install the package

2

Set your API key

Export your API key as an environment variable so the SDK can authenticate requests.
Replace your_api_key_here with the key you copied from the dashboard.
3

Make your first request

Run the snippet below to call GET /v1/projects and list your projects.

Expected response

A successful call returns a JSON object containing your projects:

Next steps

Authentication

Understand how API keys, environments, and rotation work.

First Integration

Build a complete end-to-end integration with our platform.

API Reference

Browse all endpoints, parameters, and response schemas.

SDKs

Explore SDK features for JavaScript and Python.