No-Code Integrations
PolarGrid’s OpenAI-compatible API works with any automation tool that supports HTTP requests. This guide shows how to connect from no-code platforms.Authentication Setup
PolarGrid edge endpoints accept yourpg_* API key directly — a single HTTP node is all you need.
Make Inference Calls
Configure an HTTP Request node:n8n
In n8n, use a single HTTP Request node:- POST to
https://api.yto-01.edge.polargrid.ai/v1/chat/completions Authorization: Bearer pg_your_api_keyContent-Type: application/json- Body: the chat completion JSON above
Zapier / Make / Other Tools
Any tool with HTTP request support can call PolarGrid edge endpoints in a single step:- HTTP step: POST to the edge URL with
Authorization: Bearer pg_*
- Zapier: Use a “Webhooks by Zapier” action (Custom Request)
- Make (Integromat): Use an “HTTP — Make a request” module
- Pipedream: Use a Node.js or HTTP step
Available Endpoints
All standard PolarGrid endpoints work from no-code tools:Choosing a Region
Pick the region closest to your automation platform’s servers:
Replace the region ID in the URL:
https://api.{region-id}.edge.polargrid.ai