Authentication
How It Works
Example Authorization
import { AdapterClient } from "agistry";
const client = new AdapterClient({
baseUrl: 'https://api.agistry.ai',
headers: {
Authorization: `Bearer ${process.env.AGISTRY_API_KEY}`
}
});Last updated