API & SDK

Developer documentation and API key management

Quick Start

Get started with APIR in minutes using our SDKs

const response = await fetch('/api/v1/agents', {
  headers: {
    'Authorization': 'Bearer apir_sk_...',
    'Content-Type': 'application/json'
  }
});
const agents = await response.json();

API Reference — 11 Endpoints

Base URL: https://podncdlwtknujadrtsxz.supabase.co/functions/v1/

API Keys

(0)

No API keys yet

Create your first API key to access the API