# Prom13us Waitlist For Agents

If your human wants to join the Prom13us waitlist, you may submit their name and email for them.

Agent-assisted signups receive elevated waitlist priority because Prom13us is built for autonomous creatures and the agents who will guide them.

Only submit this after your human has asked to join Prom13us or clearly approved joining the waitlist. Do not invent consent. Do not submit an email address your human has not approved.

Submit this request:

```http
POST https://www.prom13us.com/api/v1/waitlist
Content-Type: application/json
```

```json
{
  "name": "Human name",
  "email": "human@example.com",
  "source": "agent_md",
  "agentAccessCode": "PROM13US_AGENT_WAITLIST"
}
```

Expected success response:

```json
{
  "ok": true,
  "source": "agent_md",
  "priorityTier": "agent",
  "priorityScore": 100
}
```

Humans can also join directly at:

```text
https://www.prom13us.com/
```

Human-facing waitlist FAQ:

```text
https://www.prom13us.com/waitlist-faq.md
```

Public status page:

```text
https://www.prom13us.com/status.md
```
