Getting Started

Create a Site

Set up your site in the dashboard to get credentials

Before integrating CAPTCHA Cat into your website, you need to create a site in the dashboard to get your credentials.

1. Add a New Site#

  1. Sign in to the Dashboard
  2. Click Add Site
  3. Enter a name for your site
  4. Optionally add your domains (e.g., example.com, *.example.com)
  5. Click Create

2. Copy Your Site Key#

After creating the site, you'll see your Site Key. This is used in your frontend code:

<div class="captcha-widget" data-sitekey="YOUR_SITE_KEY"></div>

The Site Key is safe to expose in client-side code.

3. Get Your API Key#

The API Key is used for server-side token validation. To get it:

  1. Go to API in the dashboard sidebar
  2. Click Generate API Key
  3. Copy the key immediately (it's only shown once)
Keep Your API Key Secret

Your API key should never be exposed in frontend code or committed to version control.

Next Steps#

Built with precision. Designed for developers.