{
    "name": "ZetaRank AI-to-Human API",
    "version": "1.0.0",
    "description": "AI-to-human handoff API for approved AI agents and applications.",
    "api_base": "https://zetarank.com/wp-json/zetarank/v1/",
    "openapi_url": "https://zetarank.com/openapi.json",
    "developer_portal": "https://zetarank.com/ai-to-human-api/developers/",
    "dashboard": "https://zetarank.com/ai-to-human-api/dashboard/",
    "provider_portal": "https://zetarank.com/ai-to-human-api/providers/",
    "authentication": {
        "type": "bearer",
        "header": "Authorization: Bearer zr_live_..."
    },
    "webhooks": {
        "supported": true,
        "signing": "HMAC-SHA256 over <timestamp>.<raw-body> using the one-time webhook signing secret.",
        "events": [
            "request.created",
            "request.updated",
            "message.created",
            "proposal.received",
            "proposal.accepted",
            "payment.requested",
            "payment.completed",
            "milestone.created",
            "milestone.updated",
            "milestone.submitted",
            "milestone.approved",
            "deliverable.created",
            "dispute.created",
            "dispute.updated",
            "job.completed"
        ]
    },
    "customer_dashboard": "https://zetarank.com/ai-to-human-api/customer-dashboard/"
}