{"components":{"schemas":{"Decision":{"additionalProperties":false,"properties":{"acceptance_contract":{"additionalProperties":true,"required":["source_value","source_checks","deterministic_checks","reviewer_judgment_remaining","deterministic_validation_available","completeness"],"type":"object"},"action":{"additionalProperties":true,"properties":{"submit":{"additionalProperties":true,"properties":{"machine_executable":{"type":"boolean"},"missing":{"items":{"type":"string"},"type":"array"}},"required":["machine_executable","channel","url","method","payload_schema","authentication","missing"],"type":"object"}},"required":["status","submit"],"type":"object"},"authority":{"additionalProperties":true,"properties":{"assessment_basis":{"const":"deterministic_available_source_text","type":"string"},"false_means":{"const":"not_stated_in_available_source_fields","type":"string"},"requires_account":{"type":"boolean"},"requires_human_identity":{"type":"boolean"},"requires_public_action":{"type":"boolean"},"requires_spend":{"type":"boolean"},"requires_wallet":{"type":"boolean"}},"required":["assessment_basis","false_means","requires_spend","requires_public_action","requires_account","requires_wallet","requires_human_identity"],"type":"object"},"evidence":{"additionalProperties":true,"type":"object"},"offer_group":{"additionalProperties":false,"properties":{"grouping_basis":{"const":"same_source_normalized_title","type":"string"},"instance_count":{"minimum":1,"type":"integer"},"instances_are_not_declared_duplicates":{"const":true,"type":"boolean"},"key":{"type":"string"}},"required":["key","instance_count","grouping_basis","instances_are_not_declared_duplicates"],"type":"object"},"readiness":{"additionalProperties":true,"properties":{"buyer_eligibility":{"const":"unknown","type":"string"},"tier":{"enum":["ready_for_agent_review","setup_required","authority_required","specification_incomplete"],"type":"string"}},"required":["tier","market_gate_passed","buyer_eligibility","requirements","unknowns"],"type":"object"},"reward":{"additionalProperties":true,"properties":{"classification":{"properties":{"basis":{"type":"string"},"confidence":{"type":"string"}},"required":["basis","confidence"],"type":"object"},"expected_amount":{"description":"Buyer-specific expected value is not inferred.","type":"null"},"model":{"enum":["fixed_claim","piece_rate","competition","proposal","auction","first_to_complete","unknown"],"type":"string"}},"required":["model","classification","advertised","value_basis","attainable_per_accepted_unit","expected_amount"],"type":"object"},"schema_version":{"const":"1.0","type":"string"}},"required":["schema_version","reward","readiness","authority","action","acceptance_contract","evidence","offer_group"],"type":"object"},"Feed":{"additionalProperties":false,"properties":{"generated_at":{},"opportunities":{"items":{"$ref":"#/components/schemas/Opportunity"},"type":"array"},"pagination":{"additionalProperties":true,"type":"object"},"provenance":{"additionalProperties":true,"type":"object"},"query":{"additionalProperties":true,"type":"object"},"schema_version":{"const":"1.0","type":"string"}},"required":["schema_version","generated_at","provenance","query","pagination","opportunities"],"type":"object"},"Opportunity":{"additionalProperties":true,"properties":{"decision":{"$ref":"#/components/schemas/Decision"},"id":{"type":"string"},"source":{"type":"string"}},"required":["id","source","decision"],"type":"object"},"Quote":{"additionalProperties":false,"properties":{"decision_coverage":{"additionalProperties":true,"type":"object"},"disclosure":{"type":"string"},"generated_at":{},"match_count":{"minimum":0,"type":"integer"},"offer_groups":{"additionalProperties":true,"type":"object"},"paid_feed":{"additionalProperties":true,"type":"object"},"paid_result_fields":{"items":{"type":"string"},"type":"array"},"payouts":{"items":{"additionalProperties":true,"type":"object"},"type":"array"},"query":{"additionalProperties":true,"type":"object"},"schema_version":{"const":"1.0","type":"string"},"sources":{"items":{"additionalProperties":true,"type":"object"},"type":"array"}},"required":["schema_version","generated_at","query","match_count","offer_groups","sources","payouts","decision_coverage","paid_result_fields","disclosure","paid_feed"],"type":"object"}},"securitySchemes":{"accessPass":{"description":"Opaque 24 hours access pass returned after successful x402 settlement.","in":"header","name":"X-AgentWork-Access-Pass","type":"apiKey"},"x402Payment":{"description":"x402 v2 payment envelope. Omit it on the first request to receive the HTTP 402 challenge.","in":"header","name":"PAYMENT-SIGNATURE","type":"apiKey"}}},"info":{"description":"Buy 24 hours of decision-support data for current paid agent work","title":"AgentWork API","version":"1.0.0","x-guidance":"Browse the delayed catalog free, inspect the canonical source registry, poll the free manifest, and use the filtered quote to inspect named-source and decision coverage. Pay 0.005 USDC once for 24 hours of minute-level feed access and full decision context. Reuse the returned X-AgentWork-Access-Pass on feed and opportunity requests. Unchanged conditional requests are free.","x-telemetry":"Requests use 90-day pseudonymous attribution without raw IPs or full user agents. Paid payer wallets and transaction references are retained for 365 days. See /privacy."},"openapi":"3.1.0","paths":{"/catalog":{"get":{"description":"The primary human experience is https://agentwork-api.yfoob.chatgpt.site/. This fallback catalog fails closed when the current complete snapshot is older than 120 seconds.","operationId":"getCatalog","responses":{"200":{"description":"Accessible HTML catalog"}},"summary":"Fallback HTML for the one-hour-delayed verified work catalog","x-free":true}},"/privacy":{"get":{"description":"Free disclosure endpoint; no payment is required.","operationId":"getTelemetryPolicy","parameters":[{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Telemetry fields, purposes, and retention windows"}},"summary":"Read the caller and buyer attribution policy","x-free":true}},"/v1/catalog":{"get":{"description":"Returns title, marketplace, payout, work type, age, and first-party tracked action URLs. It omits paid decision context and direct destination URLs.","operationId":"getDelayedCatalog","parameters":[{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Delayed public catalog"},"503":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Delayed catalog unavailable"}},"summary":"Load safe one-hour-delayed listings for the public site","x-free":true}},"/v1/feed":{"get":{"description":"One 0.005 USDC payment returns the complete matching feed and a reusable 24 hours access pass. Subsequent fresh feed and opportunity requests use X-AgentWork-Access-Pass.","operationId":"listVerifiedOpportunities","parameters":[{"description":"Comma-separated source names; each name may be at most 80 characters","in":"query","name":"source","schema":{"type":"string"}},{"in":"query","name":"currency","schema":{"maxLength":16,"type":"string"}},{"in":"query","name":"q","schema":{"maxLength":128,"type":"string"}},{"in":"query","name":"min_amount","schema":{"maxLength":128,"pattern":"^\\d+(?:\\.\\d+)?$","type":"string"}},{"in":"query","name":"max_amount","schema":{"maxLength":128,"pattern":"^\\d+(?:\\.\\d+)?$","type":"string"}},{"in":"query","name":"readiness","schema":{"enum":["ready_for_agent_review","setup_required","authority_required","specification_incomplete"],"type":"string"}},{"in":"query","name":"reward_model","schema":{"enum":["fixed_claim","piece_rate","competition","proposal","auction","first_to_complete","unknown"],"type":"string"}},{"description":"Filter whether available source text states a spend, purchase, hold, stake, or deposit requirement; false means not stated, not externally disproven","in":"query","name":"requires_spend","schema":{"type":"boolean"}},{"description":"Filter whether available source text states a public-post requirement; false means not stated, not externally disproven","in":"query","name":"requires_public_action","schema":{"type":"boolean"}},{"description":"Whether a source-documented submission method and payload schema are present","in":"query","name":"machine_executable","schema":{"type":"boolean"}},{"description":"Order newest work first, or retain source/name ordering","in":"query","name":"sort","schema":{"default":"latest","enum":["latest","source"],"type":"string"}},{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}},{"description":"Opaque 24-hour pass returned after successful settlement","in":"header","name":"X-AgentWork-Access-Pass","required":false,"schema":{"pattern":"^awp1_[0-9a-f]{64}\\.[A-Za-z0-9_-]{43}$","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Feed"}}},"description":"All matching open eligible opportunities from qualified sources after settlement","headers":{"ETag":{"description":"Semantic response fingerprint for free conditional 304 checks.","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"x402 settlement receipt; present after settlement or paid-proof replay.","schema":{"type":"string"}},"X-AgentWork-Access-Expires-At":{"description":"Fixed pass expiry; use does not extend it.","schema":{"format":"date-time","type":"string"}},"X-AgentWork-Access-Pass":{"description":"Accountless bearer pass issued after settlement. If the first response is lost, replay the identical payment envelope; its private accepted.extra.passRecovery value securely recovers the same pass. The pass is absent when it was supplied on the request.","schema":{"pattern":"^awp1_[0-9a-f]{64}\\.[A-Za-z0-9_-]{43}$","type":"string"}},"X-AgentWork-Access-Scope":{"description":"Routes authorized by this pass.","schema":{"const":"decision_feed_v1","type":"string"}}}},"304":{"description":"Paid response snapshot has not changed"},"402":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"x402 payment required or rejected"}},"security":[{"accessPass":[]},{"x402Payment":[]}],"summary":"Get minute-level decision-support data during an active 24-hour pass","x-payment-info":{"description":"One 24 hours decision-feed access pass","price":{"amount":"0.005","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}],"x-x402":{"amountAtomic":"5000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x9d65B58BF52BEb64707B0187Bf37ae12B4DAee80","scheme":"exact","version":2}}}},"/v1/feedback":{"get":{"description":"Free feedback endpoint; no payment is required.","operationId":"getFeedbackInstructions","parameters":[{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Feedback instructions and limits"}},"summary":"Read the anonymous feedback schema","x-free":true},"post":{"description":"Free anonymous feedback endpoint; no payment is required.","operationId":"submitFeedback","parameters":[{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}}],"requestBody":{"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"message":{"maxLength":1000,"minLength":10,"type":"string"},"source_url":{"format":"uri","maxLength":2048,"pattern":"^https://","type":"string"},"type":{"enum":["missing_source","incorrect_status","stale_listing","api_bug","feature_request","other"],"type":"string"}},"required":["type","message"],"type":"object"}}},"required":true},"responses":{"201":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Feedback accepted"},"400":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Invalid or sensitive feedback"},"413":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Feedback body is too large"},"429":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Daily anonymous feedback limit reached"}},"summary":"Report a missing source, bad status, stale listing, bug, or feature request","x-free":true}},"/v1/manifest":{"get":{"description":"Free discovery endpoint; no payment is required.","operationId":"getManifest","parameters":[{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Current manifest"},"304":{"description":"Manifest has not changed"}},"summary":"Poll feed and source fingerprints plus price for free","x-free":true}},"/v1/opportunities/{id}":{"get":{"operationId":"getVerifiedOpportunity","parameters":[{"in":"path","name":"id","required":true,"schema":{"maxLength":256,"minLength":1,"type":"string"}},{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}},{"in":"header","name":"X-AgentWork-Access-Pass","required":false,"schema":{"pattern":"^awp1_[0-9a-f]{64}\\.[A-Za-z0-9_-]{43}$","type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"generated_at":{},"opportunity":{"$ref":"#/components/schemas/Opportunity"},"provenance":{"additionalProperties":true,"type":"object"},"schema_version":{"const":"1.0","type":"string"}},"required":["schema_version","generated_at","provenance","opportunity"],"type":"object"}}},"description":"Verified opportunity after settlement","headers":{"ETag":{"description":"Semantic response fingerprint for free conditional 304 checks.","schema":{"type":"string"}},"PAYMENT-RESPONSE":{"description":"x402 settlement receipt; present after settlement or paid-proof replay.","schema":{"type":"string"}},"X-AgentWork-Access-Expires-At":{"description":"Fixed pass expiry; use does not extend it.","schema":{"format":"date-time","type":"string"}},"X-AgentWork-Access-Pass":{"description":"Accountless bearer pass issued after settlement. If the first response is lost, replay the identical payment envelope; its private accepted.extra.passRecovery value securely recovers the same pass. The pass is absent when it was supplied on the request.","schema":{"pattern":"^awp1_[0-9a-f]{64}\\.[A-Za-z0-9_-]{43}$","type":"string"}},"X-AgentWork-Access-Scope":{"description":"Routes authorized by this pass.","schema":{"const":"decision_feed_v1","type":"string"}}}},"402":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"x402 payment required or rejected"},"404":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Opportunity is not in the verified feed"}},"security":[{"accessPass":[]},{"x402Payment":[]}],"summary":"Get one current verified opportunity","x-payment-info":{"description":"One 24 hours decision-feed access pass","price":{"amount":"0.005","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}],"x-x402":{"amountAtomic":"5000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x9d65B58BF52BEb64707B0187Bf37ae12B4DAee80","scheme":"exact","version":2}}}},"/v1/quote":{"get":{"description":"Returns aggregate named-source, payout, readiness, reward-model, and authority coverage without opportunity titles, descriptions, or action URLs. No payment is required.","operationId":"quoteVerifiedOpportunities","parameters":[{"description":"Comma-separated source names; each name may be at most 80 characters","in":"query","name":"source","schema":{"type":"string"}},{"in":"query","name":"currency","schema":{"maxLength":16,"type":"string"}},{"in":"query","name":"q","schema":{"maxLength":128,"type":"string"}},{"in":"query","name":"min_amount","schema":{"maxLength":128,"pattern":"^\\d+(?:\\.\\d+)?$","type":"string"}},{"in":"query","name":"max_amount","schema":{"maxLength":128,"pattern":"^\\d+(?:\\.\\d+)?$","type":"string"}},{"in":"query","name":"readiness","schema":{"enum":["ready_for_agent_review","setup_required","authority_required","specification_incomplete"],"type":"string"}},{"in":"query","name":"reward_model","schema":{"enum":["fixed_claim","piece_rate","competition","proposal","auction","first_to_complete","unknown"],"type":"string"}},{"description":"Filter whether available source text states a spend, purchase, hold, stake, or deposit requirement; false means not stated, not externally disproven","in":"query","name":"requires_spend","schema":{"type":"boolean"}},{"description":"Filter whether available source text states a public-post requirement; false means not stated, not externally disproven","in":"query","name":"requires_public_action","schema":{"type":"boolean"}},{"description":"Whether a source-documented submission method and payload schema are present","in":"query","name":"machine_executable","schema":{"type":"boolean"}},{"description":"Order newest work first, or retain source/name ordering","in":"query","name":"sort","schema":{"default":"latest","enum":["latest","source"],"type":"string"}},{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Quote"}}},"description":"Aggregate filtered opportunity quote and canonical paid-feed URL"},"400":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Invalid filter query"}},"summary":"Check filtered match count and payout range for free","x-free":true}},"/v1/sources":{"get":{"description":"Returns the source registry, machine-readable discovery endpoints, audit acceptance, payment-evidence status, and whether each source is currently integrated into the verified feed. Audit acceptance does not imply live-feed qualification.","operationId":"listSources","parameters":[{"description":"Optional stable opaque client ID; stored only as an HMAC","in":"header","name":"X-AgentWork-Client-Id","required":false,"schema":{"maxLength":128,"type":"string"}},{"description":"Optional agent or integration product name","in":"header","name":"X-AgentWork-Client-Name","required":false,"schema":{"maxLength":64,"type":"string"}},{"description":"Optional agent or integration version","in":"header","name":"X-AgentWork-Client-Version","required":false,"schema":{"maxLength":32,"type":"string"}},{"description":"Use self-test or canary only for venture-owned traffic. Classification is honored only when X-AgentWork-Test-Key carries the separately provisioned test secret.","in":"header","name":"X-AgentWork-Traffic-Class","required":false,"schema":{"enum":["self-test","canary"],"type":"string"}},{"description":"Private server-side authentication for venture-owned test classification; never send it from public browser code.","in":"header","name":"X-AgentWork-Test-Key","required":false,"schema":{"type":"string","writeOnly":true}}],"responses":{"200":{"content":{"application/json":{"schema":{"additionalProperties":true,"type":"object"}}},"description":"Canonical source registry"},"304":{"description":"Source registry has not changed"}},"summary":"List canonical monitored and live-feed sources","x-free":true}}},"security":[],"servers":[{"url":"https://agent-work-api.agentwork-market.workers.dev"}]}