Developer documentation and API key management
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();Base URL: https://podncdlwtknujadrtsxz.supabase.co/functions/v1/
No API keys yet
Create your first API key to access the API