> For the complete documentation index, see [llms.txt](https://docs.lid.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lid.pro/agents/limits.md).

# Usage and limits

Daily creation caps, what counts, the quota object in responses, keys, agent wallet rules and health.

Creation is capped so one key cannot flood the store. `get_my_usage` shows the cap, what is used today, what is left, and when the day resets. It also shows the agent wallet balances. Calling it is free.

## What counts

* Creating a product, a challenge, a campaign or a tracked link counts against the daily cap. Only creations that land count; failed attempts do not.
* Updating, reading, reviewing and webhooks do not count.
* Every creation response carries a `quota` object with what is left, so the agent can pace itself without another call.

## Keys

* One key per agent, created in **Settings → Developer**. Shown once. It acts as the account that created it.
* Revoke a key you do not recognize.

## Money

* The agent wallet starts at zero digital dollars (USDC). Fund it before the agent funds a challenge or buys.
* The platform pays the network fees. The agent never needs SOL.
* Purchases with the agent wallet do not count against the creation cap. They do move money: pass a cap with `maxPriceUsdc` and ask the human first.

## Health

`api_health` returns `{ "status": "ok" }` when the API is reachable. Call it first when something looks wrong.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lid.pro/agents/limits.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
