GETTING STARTED

Protect your website in under 10 minutes

A complete walkthrough from account creation to live bot protection — no prior experience needed.

1
Create account
2
Get API key
3
Install
4
Set protection
5
Test
6
Done
1

Create your Crytify account

Free — no credit card required

  1. a Go to https://dashboard.crytify.com/register
  2. b Enter your name, email address, and a password
  3. c Check your inbox for a verification email from Crytify and click the confirmation link
  4. d Log in — you'll land on your dashboard
The free plan includes 10,000 requests/month — more than enough to get started and test the integration.
2

Create an integration key

This connects your website to Crytify

  1. a In the dashboard, click "Integration" in the left sidebar
  2. b Click "Create API Key"
  3. c Give it a descriptive name, e.g. "My Online Store"
  4. d Copy the full key and save it somewhere safe (a password manager or a text file)
Important: The full key is only shown once, immediately after creation. If you lose it, you'll need to create a new one.
3

Install Crytify on your website

Choose your platform

The easiest approach — one file, nothing to install or configure.

Step 1 — Download the file

curl -o crytify.php "https://crytify.com/download/crytify.php"

Or download directly and upload it to your website folder.

Step 2 — Add two lines to each protected page

<?php
require_once __DIR__ . '/crytify.php';

crytify_gate('cry_live_YOUR_KEY_HERE');

// Your existing page starts here
?>
Replace cry_live_YOUR_KEY_HERE with the integration key you copied in Step 2.
4

Choose your protection level

How aggressively should Crytify protect your site?

In the dashboard, open "Protection" and choose one of the three levels:

Easy Great for starters

Blocks only clearly malicious bots. Genuine visitors are never affected.

Best for: blogs, portfolios, small shops

RECOMMENDED
Medium

Balanced — suspicious traffic gets a verification step; real users pass straight through.

Best for: e-commerce, login pages, checkout

Hard Strictest

Blocks anything suspicious. Designed for highly sensitive pages.

Best for: internal APIs, admin panels, payment endpoints

You can switch protection levels anytime from the dashboard — no code changes needed.

5

Test — make sure everything works

Verify before going live

  1. a In the dashboard, open "Test Protection" from the sidebar
  2. b Enter an IP address or URL and click "Run test"
  3. c You'll see a result: Allow, Challenge, or Block
  4. d Open your protected page in a browser — if it loads normally, the integration is working
Real visitors are never blocked. Only bots and suspicious traffic get blocked or challenged.
6

Your website is now protected!

Crytify is now actively guarding your website 24/7. From your dashboard you can monitor all activity in real time.

Monitor traffic

Open Traffic to see every visitor — who's real and who's a bot

View statistics

Open Analytics to see trends and how many bots have been blocked

Custom rules

Open Block Rules to block specific IPs, countries, or patterns

Open Dashboard

Frequently asked questions

Will Crytify block my real visitors?

No. Crytify is designed to distinguish real users from automated bots. At Easy or Medium protection, genuine visitors are never interrupted.

What happens when someone is Challenged?

The visitor sees a simple one-click verification page. After clicking "Continue", they access your website as normal. The process takes only a couple of seconds.

Will Crytify slow down my website?

Not noticeably. Crytify runs in under 50 ms and does not affect your page load time.

Do I need to change code if I switch protection levels?

No. Protection levels are managed from the dashboard — one change takes effect instantly across all protected pages.

What happens when I run out of credits?

Your website stays live. Crytify fails open — visitors are allowed through — until you top up your credits.

Need more detail?