The API beta is live. Sign in at
noxint.ai/dashboard to mint a personal key
and fund data credits; paid REST and MCP calls settle for real. The
discovery surface never needed a key: run
curl https://noxint.ai/api/v1
right now and the contract answers. Launch status is the
ledger of what is on.https://noxint.ai/api/v1, a personal key in the Authorization header,
priced per delivered result. No SDK, no OAuth, no per-venue adapters.
Here is what a paid call returns. price for Bitcoin, captured live on
2026-07-16 and trimmed:
Get set up
1
Sign in and open the console
Go to noxint.ai, sign in with your wallet, and open
the console at /dashboard. Any signed-in
account can mint a key. No token balance required: the agent lane is not
gated on $NOXINT.
2
Mint a personal key
Create a personal key from the console. It starts with
nx_ and is shown
once, at creation. Noxint stores only a hash, so a lost key cannot be
recovered, only replaced. Up to 5 active keys per account.3
Fund data credits
Data credits pay for delivered results. Buy a credit pack from the
console: $25 buys 2,500 data credits. A price check costs one cent,
a full situation
read costs five. Data credits are separate from chat
credits.4
Resolve, then read
Turn a symbol into an identity (free), then buy your first fact:The
resolve response reports X-Credits-Charged: 0 (it is free) and
the read response reports X-Credits-Charged: 5 (a situation read is
five credits), so your agent audits its own spend without leaving the
response.Explore before you spend
The API teaches itself. The root,docs, and schema operations are
keyless, and resolve, coverage, and usage require a key but cost zero
credits. A cold-start agent can learn the entire surface, resolve its
symbols, and check its budget before the first credit moves. Then go run a
real job: the agent workflows page walks three of them
end to end, with live responses and the credit ledger at each step.