# ActionLayer terms

Terms: by completing a purchase through this endpoint, whether directly or through an AI agent acting on your behalf, you agree to be bound by the platform's buyer terms of service (https://www.zeroclick.ai/legal/buyer-terms-of-service). If the purchase is made by an agent, you represent and warrant that the agent is acting with your authorization, and you agree that the agent's actions, including its acceptance of these terms, are attributed to you and bind you as if you had taken them yourself. Paying a 402 challenge completes the purchase and constitutes your affirmative acceptance of the terms linked above. The link travels in every payment challenge and receipt as `terms`.

## Links

- Platform buyer terms of service: https://www.zeroclick.ai/legal/buyer-terms-of-service

## How the terms travel with the price

Every 402 payment challenge carries a `terms` object, and so do the machine catalog (`manifest.json`) and every paid response (a `zc-terms` response header), with the same links (a priced challenge adds a one-line `note`):

```json
{
  "terms": {
    "links": [
      {
        "kind": "platform_terms_of_service",
        "url": "https://www.zeroclick.ai/legal/buyer-terms-of-service"
      }
    ]
  }
}
```

Back to the [storefront index](https://agents.actionlayer.io/zcj/6tlgmw156tjl/llms.txt).

