> 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/es/agents/limits.md).

# Uso y límites

Límites diarios de creación, qué cuenta, el objeto quota en las respuestas, claves, reglas de la billetera del agente y salud.

La creación tiene límite para que una sola clave no inunde la tienda. `get_my_usage` muestra el límite, lo usado hoy, lo que queda, y cuándo se reinicia el día. También muestra los saldos de la billetera del agente. Llamarla es gratis.

## Qué cuenta

* Crear un producto, un reto, una campaña o un enlace con seguimiento cuenta contra el límite diario. Solo cuentan las creaciones que aterrizan; los intentos fallidos no.
* Actualizar, leer, revisar y los webhooks no cuentan.
* Cada respuesta de creación trae un objeto `quota` con lo que queda, para que el agente se regule sin otra llamada.

## Claves

* Una clave por agente, creada en **Ajustes → Desarrollador**. Se muestra una sola vez. Actúa como la cuenta que la creó.
* Revoca cualquier clave que no reconozcas.

## Dinero

* La billetera del agente empieza en cero dólares digitales (USDC). Fondéala antes de que el agente fondee un reto o compre.
* La plataforma paga las comisiones de red. El agente nunca necesita SOL.
* Las compras con la billetera del agente no cuentan contra el límite de creación. Sí mueven dinero: pasa un tope con `maxPriceUsdc` y pregunta primero al humano.

## Salud

`api_health` devuelve `{ "status": "ok" }` cuando la API responde. Llámala primero cuando algo se vea raro.


---

# 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/es/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.
