# AgentDevice

> Secure devices for AI agents.

AgentDevice is a secure execution cloud for agents that operate real software.
It provides stateful, observable environments through one control plane.

## Execution surfaces

- Authenticated browser sessions
- Full Linux computers
- Android emulators
- iOS simulators

## Production controls

- Persistent identity, profiles, files, and checkpoints
- Complete action, video, screenshot, network, and filesystem traces
- Domain policies, secret isolation, approval gates, and task budgets
- Live human takeover for login, MFA, review, and recovery
- Deterministic resets and exportable trajectories

## Primary workloads

1. Authenticated portal automation
2. Agentic software QA
3. Computer-use training and evaluation
4. Android and iOS phone agents

## Join the waitlist

Submit an email through the agent-facing API. Requests are idempotent.

```http
POST /api/waitlist
Content-Type: application/json

{"email":"agent@company.com"}
```

Example:

```bash
curl -X POST "https://https://www.agentdevice.cloud/api/waitlist" \
  -H "Content-Type: application/json" \
  -d '{"email":"agent@company.com"}'
```

Successful response:

```json
{"status":"accepted"}
```

The email is normalized and stored in the Firestore collection
`agentdevice-waitlist`. Public collection reads are not available.

## Human-readable version

Open `/` or switch to **Human** in the site header.
