JEVLINK / DEVELOPER CONSOLE01 — ACCESS & USAGE

FROM JUDGMENT TO APPLICATION.

Build with judgment.
Powered by JEVLINK.

One wallet. Your API keys.
A clear record of every credit.
Read the API docs ↗

developer_account.exeCONNECTING
ACCOUNT / ROBINHOOD CHAIN

Connect your wallet to begin.

AVAILABLE CREDITSReserved requests are excluded.
API ACCESSActive keys · server-side only
PAYMENT ASSETJEVLINKPricing & payments pending activation
01 / FUND YOUR APPLICATION

Credits, not
confirmation delays.

Prepay with JEVLINK. API calls use your credit balance without waiting for another blockchain transaction.

No payment address or price is published until the checkout is configured. Do not send tokens manually.

02 / CREATE ACCESS

Your key.
Your spending limit.

Each key can create judgments only. It cannot withdraw tokens, change account settings or manage other keys.

Expires after 30 days. Key creation does not add credits.

03 / MAKE YOUR FIRST CALL

One request.
A signed judgment.

1 credit per started 1,000 characters of prompt + options. This endpoint accepts freeform requests. Failed inference releases the reservation; a valid “unclear” answer is still a completed judgment.

Paid receipts are private to your account. Retrying the same request with the same idempotency key returns the saved result without a second charge.

Activation is separate from creating keys. This console does not open staking or move tokens automatically.

curl https://jevlink.xyz/api/v1/judgments \
  -H "Authorization: Bearer $JEVLINK_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: my-first-check-001" \
  -d '{"mode":"freeform",
       "prompt":"The report says withdrawals are paused. Are withdrawals available?"}'
04 / USAGE LEDGER

Every request, accounted for.

Sign in to see your requests and credit usage.
01 / CONNECT

Your wallet is your account.

A sign-in signature proves ownership. It does not move funds.

02 / FUND

Pay once. Call many times.

Purchase service credits with JEVLINK when payments open. No wallet prompt per API call.

03 / BUILD

Keep your key server-side.

Set a spending limit. Inspect usage. Revoke access whenever you need.