boltQuickstart

agihalo does not require significant changes to your existing code structure. Simply update the base URL in your Gemini SDK, Node.js SDK, or curl commands, and use your Halo API key.

curl "https://api.agihalo.com/v1beta/models/gemini-3.0-flash:generateContent?key=YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "contents": [{
      "parts": [{"text": "Hello"}]
    }]
  }'

Enable Halo x402 auth with just 3 lines of Halo SDK. Detailed instructions are available at this link SDK GUIDE Get apikeys

Get Api key

Last updated