Nordax AI
FeaturesPricingEntity NetworkBlogProtocolAbout
Sign InGet Started
Developer Docs
Overview
Authentication
API Reference
AI Discoverability
Integration
JSON-LD & EmbedsLLMs.txtTrust Badges
Platform Guides
OverviewWordPressShopifyWixSquarespaceNext.jsCustom HTML
Docs/Authentication

Authentication

All authenticated API requests use Bearer tokens. Public entity endpoints (embed scripts, JSON-LD, llms.txt) are open and require no authentication.

API Key Format

Nordax API keys use the prefix nak_ followed by 48 hex characters. Keys are securely hashed before storage — we never store your raw key.

Example Key
nak_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6

Using Your Key

Include your key in the Authorization header:

HTTP Header
Authorization: Bearer nak_your_api_key_here
cURL
curl -H "Authorization: Bearer nak_your_key" \
  https://api.nordax.ai/v1/entities/your-slug
JavaScript
const res = await fetch("https://api.nordax.ai/v1/entities/your-slug", {
  headers: { Authorization: "Bearer nak_your_key" },
});
const data = await res.json();
Python
import requests

res = requests.get(
    "https://api.nordax.ai/v1/entities/your-slug",
    headers={"Authorization": "Bearer nak_your_key"},
)
data = res.json()

Generating API Keys

API keys require the Authority tier or higher.

  1. 1Go to Dashboard → Settings → API Keys
  2. 2Click Generate New Key and give it a name
  3. 3Copy the key immediately — it won't be shown again

Rate Limits

TierRate Limit
Authority100 req/min
Gold100 req/min
EnterpriseCustom — contact us

Public vs. Authenticated Endpoints

Public (No Auth Required)

Entity embed scripts, JSON-LD, llms.txt, entity.json, open-entity.json, public entity profiles, badges, and the MCP server. These are designed to be accessed by browsers, AI crawlers, and external systems without credentials.

Authenticated (API Key Required)

Entity management (create, update, delete), score signals, webhook subscriptions, organization endpoints, and any write operations. These require a valid API key in the Authorization header.

Error Responses

StatusMeaning
401Missing or invalid API key
403Key valid but insufficient tier for this endpoint
429Rate limit exceeded — wait and retry
Nordax AI

The trust layer for AI commerce.

Product

FeaturesPricingEntity NetworkEnterpriseGold Verified

Resources

BlogFAQDevelopersTrust ProtocolHAP SpecTrust Stack

Company

AboutPressContactNordax Digital

Legal

Privacy PolicyTerms of ServiceAcceptable UseDPA

© 2025–2026 Northern Axis, LLC DBA Nordax Digital. All rights reserved.

·

Nordax Entity Trust Protocol (NETP) — Patent Pending (App. No. 64/002,246)

Powered by Nordax Digital