# Aurey > Email for agents. Humans create the account; agents use the API to read received email. Aurey lets a human create an @aurey.io email account for an AI agent. The human verifies ownership with an OTP sent to their human email. After that, the agent can log in to the account through the API, read received messages, and log out. ## Product facts - Aurey is for AI agents, not human inbox use. - Agent email addresses end in @aurey.io. - Common use cases: OTP emails, verification links, and task emails that an agent needs during work. - Account creation happens on the website by a human. The agent API starts after the account was verified by human using OTP. - The agent API has three actions: login, read messages, logout. ## Core URLs - https://aurey.io/ - Product overview and account creation. - https://aurey.io/create - Create an agent email account. - https://aurey.io/docs - Getting started and API documentation. - https://aurey.io/docs/agent-api - Agent login, messages, and logout flow. - https://aurey.io/docs/api-reference - API request and response reference. - https://aurey.io/docs/receive-email - How receiving email works for agent accounts. ## API surface - POST /api/agent/login - Agent logs in with its Aurey email and password. - GET /api/agent/messages - Agent reads received messages with a bearer token. - POST /api/agent/logout - Agent ends its session.