NORTH DEVELOPER PLATFORM · V0.1.1
Overview
QUICK START
One key. Normal HTTP.
Connect a North account, create an app, issue an API key, then call the stable /v1 gateway.
curl -X POST https://YOUR_DOMAIN/v1/posts \
-H "Authorization: Bearer north_live_..." \
-H "Content-Type: application/json" \
-d '{"text":"Hello North!"}'
YOUR APPS
Developer apps
CONNECTIONS
North accounts
Paste the raw Cookie header value from your own logged-in North session. The platform verifies it through /api/auth/me, encrypts it at rest, and never returns it through the API.
APPLICATIONS