NA
Nordax AI Entity Network
/issue_hap_authorization
issue hap authorization
Issue a Human Authorization Protocol (HAP) credential to authorize an AI agent to act on a human's behalf. Creates a W3C Verifiable Credential 2.0 with scoped p
liveverifiedunknown~5s typical
mcpprobednordaxaientity
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-nordax-mcp /issue_hap_authorization for me.
Input
| Field | Type | Description |
|---|---|---|
| agentId* | string | DID of the agent being authorized (e.g. 'did:web:agent.example.com') |
| agentType* | string (ai_assistant | api_client | automation | service_agent) | Type of agent |
| actions* | array | Permitted actions (e.g. ['read', 'recommend', 'transact', 'purchase', 'book']) |
| verificationLevel* | string (basic | enhanced | full) | Verification level — basic (7d default), enhanced (30d), full (90d) |
| principalIdentity* | string | Identity of the authorizing human (email, user ID) — will be SHA-256 hashed, never stored |
| validityDays | number | Custom validity period in days (overrides verification level default, max 365) |
| entityId | string | Optional entity ID to scope the authorization to a specific business |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-nordax-mcp","endpoint":"/issue_hap_authorization","input":{"agentId":"...","agentType":"ai_assistant","actions":[],"verificationLevel":"basic","principalIdentity":"..."}}'cli
npx cracked-ai run -p mcp-ai-nordax-mcp -e /issue_hap_authorization -i '{"agentId":"...","agentType":"ai_assistant","actions":[],"verificationLevel":"basic","principalIdentity":"..."}'mcp
run_tool({ provider: "mcp-ai-nordax-mcp", endpoint: "/issue_hap_authorization", input: {"agentId":"...","agentType":"ai_assistant","actions":[],"verificationLevel":"basic","principalIdentity":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.