ChatGPT

ChatGPT agent usage

Use the server-card and endpoint metadata to prepare a connector or agent workflow.

Endpoint

https://aiwaiverdesk.clauxel.com/mcp

Authentication

Production calls require a paid bearer token. The checkout and token-claim endpoints return machine-readable instructions for agents.

Available tools

  • evaluate_ai_waiver returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • request_policy_exception returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • check_waiver_expiry returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • issue_waiver_receipt returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.
  • export_governance_audit returns structured JSON with verdict, reason, receipt_id, usage_units, and next_action.

Example call

{"jsonrpc":"2.0","id":"call-1","method":"tools/call","params":{"name":"evaluate_ai_waiver","arguments":{"sample":"{\"useCase\":\"support response drafting\",\"model\":\"frontier-llm\",\"risk\":\"medium\",\"reason\":\"pilot exception\",\"owner\":\"platform\"}"}}}

Setup pages