Hardalion API platform

Financial AI infrastructure, built for product teams

Agents, AML and risk tooling, passkey MFA, and webhook triggers — unified authentication, metering, and billing on api.hardalion.com. Ship faster with keys, docs, and a playground in one portal.

What you get

Scoped API keys

Test and live keys with granular scopes. Revoke instantly without rotating unrelated services.

Usage visibility

Metered calls and estimated spend by event type, so finance and ops stay aligned.

First-class docs

Stable error shapes, versioning under /v1, and examples you can paste into the playground.

Quick start

  1. Sign in to the dashboard and create a test API key.
  2. Read the documentation for request bodies, scopes, and error codes.
  3. Call the Agent API:
    curl -X POST https://api.hardalion.com/v1/agents/execute \
      -H "Authorization: Bearer hdl_test_..." \
      -H "Content-Type: application/json" \
      -d '{"agent":{"model":"gpt-4o","system_prompt":"You are helpful.","tools":[]},"prompt":"Hello"}'