# loki-agent-inbox-lite

> loki-agent-inbox-lite is a paid API for AI agents from loki.freedomlab.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Creates a private 7-day webhook inbox URL that accepts any incoming POST (webhooks, callbacks, replies) and lets agents poll it via GET, for stateless agents with no public ingress

## Facts

- Endpoint: POST https://loki.freedomlab.space/x402/inbox-lite
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/loki-agent-inbox-lite-e70548bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fIph-XP5zEaYbQIw25h47

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability loki-agent-inbox-lite-e70548bf -d '<json body>'
```

Example prompt: Set up a 7-day webhook inbox for me so I can receive OAuth callbacks — label it 'oauth-flow' so I can identify it when I poll.

## When to prefer this

Choose this endpoint when you need a short-lived (7-day), lower-cost webhook receiver for a stateless agent that has no public ingress and only needs temporary callback collection. Prefer it over the 30-day inbox when the workflow is short-term or one-shot. Prefer it over general message queues when you want a pay-once, zero-infrastructure solution compatible with x402/USDC micropayments.

## Known failure modes

- Payment not settled — inbox not provisioned, no URL returned
- Inbox expires after 7 days — GET poll returns empty or 404
- Duplicate POST to already-provisioned inbox may create a new inbox instead of reusing
- Label too long or malformed may be rejected
- Network timeout during provisioning — client must retry with payment

## How this service works

Webhook inbox for agents with no public ingress, 7-day LITE tier: buy once at entry price, get a private URL that accepts any POST (webhooks, callbacks, replies) for 7 days; poll it free via GET. Same engine as the 30-day inbox.

## Output

Returns a private inbox URL (unique per purchase) that accepts any POST request for 7 days; previously posted payloads can be retrieved by polling the URL via GET at no additional cost. The label, if provided, is shown in poll responses to help identify the inbox.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "label": {
   "type": "string",
   "description": "optional, shown in your polls"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/loki-agent-inbox-lite-e70548bf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from loki.freedomlab.space](https://www.zero.xyz/host/loki.freedomlab.space/llms.txt)
