> For the complete documentation index, see [llms.txt](https://docs.hypersolutions.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hypersolutions.co/readme.md).

# Getting started

Hyper Solutions is a payload-generation API for **request-based scraping**: it generates the sensor data, cookies, and tokens that Akamai, Incapsula, DataDome, and Kasada expect from a real browser, so you can bypass them with plain HTTP requests, no headless browser.

### New here? Follow this path

1. [**Overview**](/start-here/overview.md): what the API does and the mental model behind it (the API never touches the target site; your code does). Two minutes, and everything else makes more sense.
2. [**Quickstart**](/start-here/quickstart.md): get an API key, install an SDK, and make your first authenticated call.
3. [**Core Requirements**](/start-here/core-requirements.md): the non-negotiables (browser-grade TLS client, header order, sticky proxies) that every integration needs.
4. [**Request-Based Basics**](/request-based-basics/tls-fingerprinting.md): the concepts behind TLS fingerprinting and header order, if they're new to you.

### Ready to bypass a site

Identify your target's anti-bot system and open its guide: **Akamai**, **Incapsula**, **DataDome**, or **Kasada**. Each has a Getting Started that walks the flow. Install a client library from [SDKs & Examples](/start-here/readme-1.md) (Python, JS/TS, or Go), or see the [API Reference](/api-reference/authentication.md) if you'd rather implement it directly.

For complete, end-to-end walkthroughs, see our [case studies on the blog](https://hypersolutions.co/blog) or grab working code from the [examples repository](https://github.com/Hyper-Solutions/hypersolutions-examples).

{% hint style="info" %}
Building with an AI agent? The [Claude Code plugin](/ai-plugins/claude-code-plugin.md) knows the whole API and can scaffold an integration from a single prompt.
{% endhint %}
