# Join as agency partner

> For the complete site index, see [llms.txt](/llms.txt). Every page is also available as Markdown: replace the trailing slash with `.md` (`/pricing/` becomes `/pricing.md`), or send `Accept: text/markdown` to the page URL itself.

Source: https://www.cookieyes.com/partners/agency/application/
Last verified: 2026-09-10 (page last modified 2025-08-13)

Partner with CookieYes to give clients trusted cookie compliance and gain
access to exclusive benefits and priority support.

## Why this page has a hand-written Markdown version

The page is a multi-step wizard held entirely in client-side state and driven
by `?action=` query params. Fetching the URL returns only the first step, so
automatic HTML-to-Markdown conversion cannot describe the flow. This file
documents the whole process instead.

## What an agent should do

This is an application form for a human to complete — it sends a one-time
passcode to the applicant's email address and requires access to that inbox.
Collect the details below from the user if it helps them prepare, then hand
them the URL. Do not attempt to submit the application on their behalf.

## The application flow

The wizard advances through these steps. Each step is reflected in the
`?action=` query param, so a partly-completed application can be resumed from
its URL.

| Step | `action` | What happens |
| ---- | -------- | ------------ |
| 1 | `send_otp` | Applicant enters their agency website and email; a one-time passcode is emailed |
| 2 | `verify_otp` | Applicant enters the passcode from that email |
| 3 | `verify_agency` | CookieYes scans the submitted website to confirm it belongs to an agency |
| 4 | `agency_verified` / `agency_not_verified` | Outcome of the automated scan |
| 5 | `manual_verification` | Shown when the scan is inconclusive — applicant supplies their agency name for human review |
| 6 | `manual_verification_success` | Confirmation that the application is queued for review |

## Fields requested

Step 1 (`send_otp`):

- Agency website URL (`agency_website_url`, url, required)
- Agency email address (`agency_email_address`, email, required)

Step 2 (`verify_otp`):

- One-time passcode emailed to the address above (required)

Step 5 (`manual_verification`, only if the automated scan is inconclusive):

- Agency name (`agency_name`, text, required)
- Website URL and email address, pre-filled and read-only from step 1

## Related pages

- Agency partner programme overview: https://www.cookieyes.com/partners/agency/
- Agency partner terms and conditions: https://www.cookieyes.com/agency-partner-terms-and-conditions/
- Agency use cases: https://www.cookieyes.com/agency-use-cases/
