Dashboard · Pricing · Agents · Docs
Public receipt

Proof of execution

Human-readable proof for a single Attestify OS run, including receipt identity, route and decision metadata, pricing, verification, governance, and settlement details when available.

Verified paid
Lane
💻 Code Expert
Created
5/26/2026, 7:34:55 PM
19d ago
Loop ID
loop_17798...b5008a34
Transaction
local-dev-bypass
Charged price
0.0300 USDC
2026-05-tiered-v1
Verification grade
B
Score 0.890
Route confidence
80.0%
Matched keyword "refactor" -> "coder-v1".
Settlement network
eip155:8453
Paid run
Receipt identity
Loop ID
loop_1779824095842b5008a34
Run ID
run_1779824095842ee7a5585
Run type
orchestrated
Execution status
Intent
Refactor this API route to return structured errors and add receipt logging.
Task type
coding
Selected lane
Selected service
Session ID
sess_6d5c7ad7069e
Memory length
0
Input hash
2da8bd3054b7e69a2938dd418a491f3d9779f00b0133689c6541b244fd5ebd86
Output hash
6f69b40bef463faa16fcd55bfc26e1fa9b0ecd6e9b2e159e1800947a13655c5b
Settlement
Paid
Yes
Transaction
Network
eip155:8453
Created
5/26/2026, 7:34:55 PM (2026-05-26T19:34:55.842Z)
Receipt version
2026-05-receipt-detail-v2
Retention
Public receipts remain readable for 30 days.
Routing and decision
Routed
Yes
Route reason
Matched keyword "refactor" -> "coder-v1".
Confidence
80.0%
Decision
Pricing
Charged price
0.0300 USDC
Base lane price
0.0250 USDC
Orchestration
0.0050 USDC
Pricing version
2026-05-tiered-v1
Cost model
2026-05-cost-v1
Est. cost
$0.0070
Est. margin
$0.0230 · 76.7%
Verification
Verified
Yes
Verification ID
ver_5276a3f8ad384d759d0b1405
Grade
B
Score
0.890
Evidence present
Yes
Governance
Budget outcome
pass
Policy applied
Recorded
Memory object
Receipt links
Input preview
Refactor this API route to return structured errors and add receipt logging.
Output preview
**No code provided.**

To refactor the route, please paste the current API route/handler (including the framework/language you're using, e.g. Express, Fastify, Next.js, Flask, etc.).

Once I have the code, I can:
- Convert error handling to a consistent structured format (e.g. `{
Decision object
{
  "status": "approved",
  "selected_agent_id": "coder-v1",
  "selected_agent_name": "Code Expert",
  "reason": "Execution approved.",
  "downgrade_recommended": false,
  "downgraded_to_agent_id": null,
  "governance_version": "2026-05-governance-v1"
}
Settlement object
{
  "success": true,
  "transaction": "local-dev-bypass",
  "network": "eip155:8453",
  "payer": "local-dev-bypass"
}
Policy object
{
  "constraints_considered": false,
  "preferred_agent_considered": false,
  "fallback_used": false,
  "routing_mode": "routed",
  "policy_count": 0,
  "policies": []
}
Budget object
{
  "budget_id": null,
  "currency": "USDC",
  "strict": false,
  "allowed": true,
  "outcome": "pass",
  "downgrade_recommended": false,
  "spent_price_usdc": 0,
  "planned_price_usdc": 0.03,
  "projected_spend_price_usdc": 0.03,
  "hard_max_price_usdc": null,
  "soft_max_price_usdc": null,
  "budget_remaining_price_usdc": null,
  "reason": "No budget constraint blocked execution.",
  "source": "none"
}
Evidence object
{
  "version": "2026-05-evidence-v1",
  "items": [
    {
      "kind": "routing",
      "source": "router",
      "value": {
        "recommended_agent_id": "coder-v1",
        "reason": "Matched keyword \"refactor\" -> \"coder-v1\".",
        "confidence": 0.8,
        "preferred_used": false,
        "routing_version": "2026-05-routing-v1"
      }
    },
    {
      "kind": "pricing",
      "source": "pricing_engine",
      "value": {
        "price_usdc": 0.03,
        "base_agent_price_usdc": 0.025,
        "orchestration_price_usdc": 0.005,
        "pricing_version": "2026-05-tiered-v1",
        "cost_model": "2026-05-cost-v1"
      }
    },
    {
      "kind": "verification",
      "source": "heuristic_verifier",
      "value": {
        "verification_id": "ver_5276a3f8ad384d759d0b1405",
        "verified": true,
        "score": 0.89,
        "grade": "B",
        "flags": [],
        "metrics": {
          "chars": 448,
          "words": 69,
          "lines": 9,
          "length_score": 1,
          "structure_score": 0.95,
          "specificity_score": 0.6,
          "risk_score": 1
        }
      }
    },
    {
      "kind": "settlement",
      "source": "x402",
      "value": {
        "success": true,
        "transaction": "local-dev-bypass",
        "network": "eip155:8453",
        "payer": "local-dev-bypass"
      }
    },
    {
      "kind": "request",
      "source": "client",
      "value": {
        "session_id": null,
        "task_type": "coding",
        "budget_id": null,
        "policy_ids": [],
        "idempotency_key": null
      }
    }
  ]
}