---
title: "Discover"
method: POST
path: "/auth/discover"
tags: ["Access"]
---

# Discover

`POST /auth/discover`

Discover authentication methods available for a given email.

This endpoint does NOT reveal:
- Organization names
- User existence (optionally - currently does for UX)
- Detailed policy information

Returns minimal information needed for authentication flow.

## Request body

- DiscoverRequest
  - `email` string, email, required

## Response `200`

Successful Response

- DiscoverResponse
  - `exists` boolean, required
  - `methods` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.net/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/versions/ea6421d829f1/schema)
