Hardalion API Platform

Build on governed agent infrastructure

API keys, usage metering, and a stable /v1 contract at api.hardalion.com. Integrate agents and compliance checks with audit-friendly responses.

  • Deterministic policy path
  • Stripe-style errors
  • Versioned REST

Platform

What you get

Scoped API keys

Test and live environments with granular scopes. Revoke one integration without touching the rest.

Governed execution

Policy evaluation and audit metadata on the API path, built for regulated workloads.

Usage you can reconcile

Metered calls and spend signals in the dashboard. Export-friendly for finance and platform teams.

Get started

Three steps to your first call

  1. 01
    Create a test key

    Sign in and issue a scoped key from the dashboard.

  2. 02
    Read the docs

    Authentication, errors, and the /v1 surface.

  3. 03
    Try the playground

    Send a request without leaving the portal.

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-mini","system_prompt":"You are helpful.","tools":[]},"prompt":"Hello"}'

Full documentation

Architecture, quickstart, and API reference live on our docs site, curated for integrators without internal operator routes.

docs.hardalion.com ↗