# DLF Gateway Agent Signup

> DLF Gateway Agent Signup is a paid API for AI agents from dlf-gateway.agentlabel.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Registers a new user and returns a DLF agent API key along with a starter credit balance (10,000 mcents plus activation bonus opportunity).

## Facts

- Endpoint: POST https://dlf-gateway.agentlabel.workers.dev/v1/signup
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dlf-gateway-agent-signup-afabdf45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MeJGBq9xhIBT1mfznFUyh

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 dlf-gateway-agent-signup-afabdf45 -d '<json body>'
```

Example prompt: Sign me up for a DLF agent account — I want to get my API key and the 10,000 mcent starter balance, and I'm ready to pay the $0.10 USDC registration fee.

## When to prefer this

Use this endpoint when an agent needs to register a new user on the DLF platform and obtain an API key with starter credits in a single step. Prefer this over manual account creation flows when programmatic onboarding with micropayment-gated access is required. Ideal for agents bootstrapping access to DLF's data labeling ecosystem.

## Known failure modes

- Payment of 0.10 USDC not received or x402 payment protocol failure — registration not completed
- User already registered — duplicate account error
- Cloudflare Worker timeout or service unavailability — 5xx error
- Invalid or malformed payment header — 402 Payment Required response

## How this service works

DLF agent API key — $0.10 unlocks 10,000 mcents (1:1 starter) + $0.05 activation bonus unlockable by labeling 5 images

## Output

Returns a DLF agent API key and a starter balance of 10,000 mcents (1:1 value ratio), plus eligibility for a $0.05 activation bonus unlockable by completing 5 image labeling tasks.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ok": {},
  "key": {},
  "balance_mcents": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dlf-gateway-agent-signup-afabdf45/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dlf-gateway.agentlabel.workers.dev](https://www.zero.xyz/host/dlf-gateway.agentlabel.workers.dev/llms.txt)
