Scoped API keys
Test and live environments with granular scopes. Revoke one integration without touching the rest.
Hardalion API Platform
API keys, usage metering, and a stable /v1 contract at api.hardalion.com. Integrate agents and compliance checks with audit-friendly responses.
Platform
Test and live environments with granular scopes. Revoke one integration without touching the rest.
Policy evaluation and audit metadata on the API path, built for regulated workloads.
Metered calls and spend signals in the dashboard. Export-friendly for finance and platform teams.
Get started
Sign in and issue a scoped key from the dashboard.
Authentication, errors, and the /v1 surface.
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"}'Architecture, quickstart, and API reference live on our docs site, curated for integrators without internal operator routes.