give.md on Workers
Cloudflare-backed API and split surfaces for packages, policies, receipts, and sandbox operations.
{
"site": {
"origin": "https://give.md",
"home": "https://give.md/give",
"search": "https://give.md/give/search",
"browse": "https://give.md/give/browse",
"quests": "https://give.md/give/quests",
"questMatch": "https://give.md/give/quests/match",
"quest": "https://give.md/give/quests/:questId",
"plugins": "https://give.md/give/plugins",
"plugin": "https://give.md/give/plugins/:packageId",
"recipes": "https://give.md/give/recipes",
"recipe": "https://give.md/give/recipes/:packageId",
"workflows": "https://give.md/give/workflows",
"workflow": "https://give.md/give/workflows/:packageId",
"automations": "https://give.md/give/automations",
"automation": "https://give.md/give/automations/:packageId",
"venice": "https://give.md/give/runtime/venice",
"pi": "https://give.md/give/runtime/pi",
"nanoClaw": "https://give.md/give/runtime/nanoclaw",
"openClaw": "https://give.md/give/runtime/openclaw",
"secretLease": "https://give.md/give/secrets/leases/:leaseId",
"automationStatus": "https://give.md/give/automations/:automationId",
"automationHistory": "https://give.md/give/automations/:automationId/history",
"automationAlerts": "https://give.md/give/automations/:automationId/alerts",
"principals": "https://give.md/give/principals",
"principal": "https://give.md/give/principals/:principalId",
"delegations": "https://give.md/give/delegations",
"delegation": "https://give.md/give/delegations/:delegationId",
"control": "https://give.md/give/control",
"controlMessage": "https://give.md/give/control/messages/:messageId",
"controlMessageDeliveries": "https://give.md/give/control/messages/:messageId/deliveries",
"credit": "https://give.md/give/credit",
"creditFacility": "https://give.md/give/credit/facilities/:facilityId",
"creditAdvance": "https://give.md/give/credit/advances/:advanceId",
"package": "https://give.md/give/packages/:packageId",
"namespace": "https://give.md/give/namespaces/:namespaceId",
"benchmarkLeaderboard": "https://give.md/give/benchmarks/leaderboard",
"benchmarkLeaderboardTask": "https://give.md/give/benchmarks/leaderboard/:benchmarkId"
},
"policy": {
"origin": "https://policy.give.md",
"home": "https://policy.give.md/policy",
"index": "https://policy.give.md/policy/index.json",
"pack": "https://policy.give.md/policy/:policyId/pack.json"
},
"receipts": {
"origin": "https://receipts.give.md",
"home": "https://receipts.give.md/receipts",
"receipt": "https://receipts.give.md/receipts/:receiptId",
"replay": "https://receipts.give.md/receipts/:receiptId/replay"
},
"sandbox": {
"origin": "https://sandbox.give.md",
"home": "https://sandbox.give.md/sandbox",
"benchmark": "https://sandbox.give.md/benchmark-runs/:benchmarkRunId"
},
"api": {
"origin": "https://api.give.md",
"x402Discovery": "https://api.give.md/.well-known/x402",
"search": "https://api.give.md/v1/give/search",
"browse": "https://api.give.md/v1/give/browse",
"quests": "https://api.give.md/v1/give/quests",
"questMatch": "https://api.give.md/v1/give/quests/match",
"quest": "https://api.give.md/v1/give/quests/:questId",
"questCreditPreview": "https://api.give.md/v1/give/quests/:questId/credit-preview",
"questCreditAdvance": "https://api.give.md/v1/give/quests/:questId/credit-advances",
"plugins": "https://api.give.md/v1/give/plugins",
"plugin": "https://api.give.md/v1/give/plugins/:packageId",
"pluginInstall": "https://api.give.md/v1/give/plugins/install",
"recipes": "https://api.give.md/v1/give/recipes",
"recipe": "https://api.give.md/v1/give/recipes/:packageId",
"recipeRun": "https://api.give.md/v1/give/recipes/run",
"workflows": "https://api.give.md/v1/give/workflows",
"workflow": "https://api.give.md/v1/give/workflows/:packageId",
"workflowRun": "https://api.give.md/v1/give/workflows/run",
"venice": "https://api.give.md/v1/give/runtime/venice",
"privateRunsStart": "https://api.give.md/v1/private-runs/start",
"privateRunsComplete": "https://api.give.md/v1/private-runs/complete",
"pi": "https://api.give.md/v1/give/runtime/pi",
"piInstall": "https://api.give.md/v1/give/runtime/pi/install",
"piValidate": "https://api.give.md/v1/give/runtime/pi/validate",
"piRun": "https://api.give.md/v1/give/runtime/pi/run",
"piComplete": "https://api.give.md/v1/give/runtime/pi/complete",
"piReceipt": "https://api.give.md/v1/give/runtime/pi/receipts/:receiptId",
"nanoClaw": "https://api.give.md/v1/give/runtime/nanoclaw",
"nanoClawInstall": "https://api.give.md/v1/give/runtime/nanoclaw/install",
"nanoClawRun": "https://api.give.md/v1/give/runtime/nanoclaw/run",
"nanoClawPause": "https://api.give.md/v1/give/runtime/nanoclaw/pause",
"nanoClawAutomation": "https://api.give.md/v1/give/runtime/nanoclaw/automations/:automationId",
"nanoClawReceipt": "https://api.give.md/v1/give/runtime/nanoclaw/receipts/:receiptId",
"openClaw": "https://api.give.md/v1/give/runtime/openclaw",
"openClawInstall": "https://api.give.md/v1/give/runtime/openclaw/install",
"openClawRun": "https://api.give.md/v1/give/runtime/openclaw/run",
"openClawComplete": "https://api.give.md/v1/give/runtime/openclaw/complete",
"openClawApprove": "https://api.give.md/v1/give/runtime/openclaw/approve",
"openClawReceipt": "https://api.give.md/v1/give/runtime/openclaw/receipts/:receiptId",
"automations": "https://api.give.md/v1/give/automations",
"automation": "https://api.give.md/v1/give/automations/:packageId",
"automationInstall": "https://api.give.md/v1/give/automations/install",
"automationRun": "https://api.give.md/v1/give/automations/run",
"automationPause": "https://api.give.md/v1/give/automations/pause",
"automationStatus": "https://api.give.md/v1/give/automations/:automationId",
"automationHistory": "https://api.give.md/v1/give/automations/:automationId/history",
"automationAlerts": "https://api.give.md/v1/give/automations/:automationId/alerts",
"automationWebhook": "https://api.give.md/v1/give/automations/:automationId/webhook",
"principals": "https://api.give.md/v1/give/principals",
"principal": "https://api.give.md/v1/give/principals/:principalId",
"delegations": "https://api.give.md/v1/give/delegations",
"delegation": "https://api.give.md/v1/give/delegations/:delegationId",
"delegationPrepare": "https://api.give.md/v1/give/delegations/prepare",
"delegationRevoke": "https://api.give.md/v1/give/delegations/:delegationId/revoke",
"controlMessages": "https://api.give.md/v1/give/control/messages",
"controlMessage": "https://api.give.md/v1/give/control/messages/:messageId",
"controlMessageAck": "https://api.give.md/v1/give/control/messages/:messageId/ack",
"controlMessageDeliveries": "https://api.give.md/v1/give/control/messages/:messageId/deliveries",
"creditFacilities": "https://api.give.md/v1/give/credit/facilities",
"creditFacility": "https://api.give.md/v1/give/credit/facilities/:facilityId",
"creditAdvancePreview": "https://api.give.md/v1/give/credit/advances/preview",
"creditAdvances": "https://api.give.md/v1/give/credit/advances",
"creditAdvance": "https://api.give.md/v1/give/credit/advances/:advanceId",
"creditAdvanceRepay": "https://api.give.md/v1/give/credit/advances/:advanceId/repay",
"secretLease": "https://api.give.md/v1/give/secrets/lease",
"secretLeaseRefresh": "https://api.give.md/v1/give/secrets/refresh",
"secretLeases": "https://api.give.md/v1/give/secrets/leases",
"secretLeaseDetail": "https://api.give.md/v1/give/secrets/leases/:leaseId",
"authChallenge": "https://api.give.md/v1/auth/challenge",
"authVerify": "https://api.give.md/v1/auth/verify",
"resolve": "https://api.give.md/v1/give/resolve/*",
"install": "https://api.give.md/v1/give/install",
"runsStart": "https://api.give.md/v1/give/runs/start",
"runsComplete": "https://api.give.md/v1/give/runs/complete",
"receipts": "https://api.give.md/v1/give/receipts",
"receiptReplay": "https://api.give.md/v1/give/receipts/:receiptId/replay",
"attestReceipt": "https://api.give.md/v1/give/receipts/:receiptId/eas",
"policies": "https://api.give.md/v1/give/policies",
"jobs": "https://api.give.md/v1/give/jobs",
"benchmarks": "https://api.give.md/v1/give/benchmarks",
"benchmarkLeaderboard": "https://api.give.md/v1/give/benchmarks/leaderboard",
"benchmarkLeaderboardTask": "https://api.give.md/v1/give/benchmarks/leaderboard/:benchmarkId"
}
}