Back to Home

API Integration Guide

Learn how to integrate LLM Connect into your applications.

Getting Started in 3 Steps

1

Create an API Key

Go to API Keys page and create a new key.

⚠️ Important: Copy your API key immediately. It will only be shown once!

2

Configure Your SDK

Point your SDK to our endpoint with your API key.

API Endpoint: https://api.llmconnect.io
API Key Header: x-api-key
3

Start Making Requests

Use SDK methods as normal. Our proxy handles auth.

User Portal