# Getting Started with API Security

[Getting-Started](#getting-started) • [API Discovery](/api-inventory/concepts/api-endpoints.md) • [API testing](/api-security-testing/concepts/test.md) • [Add Test](/test-editor/concepts/test-library.md) • [Join Discord community](https://discord.com/invite/Wpc6xVME4s)

Akto has an instant API security platform that takes only 60 secs to get started. Akto is used by security teams to maintain a continuous inventory of APIs, test APIs for vulnerabilities and find runtime issues. Akto offers tests for all OWASP top 10 and HackerOne Top 10 categories including BOLA, authentication, SSRF, XSS, security configurations, etc. Akto's powerful testing engine runs variety of business logic tests by reading traffic data to understand API traffic pattern leading to reduced false positives. Akto can integrate with multiple traffic sources - Burpsuite, AWS, postman, GCP, gateways, etc.

Akto enables security and engineering teams to secure their APIs by doing three things:

1. [API discovery](/api-inventory/concepts/api-collection.md)
2. [Run business logic tests in CI/CD](/integrations/ci-cd-integrations/how-to/run-tests-in-cicd.md)
3. [Find vulnerabilities in run-time](/api-security-testing/concepts/test.md)

{% embed url="<https://www.youtube.com/watch?v=XVpcX78IeFI>" %}

## Getting Started

Get started with Akto Cloud in 5 simple steps:

### 1. Sign Up

* Visit [app.akto.io](https://app.akto.io)
* Create account with your work email

<figure><img src="/files/WZBmW7O6rsvDDYbTC22H" alt=""><figcaption></figcaption></figure>

### 2. Create API Inventory

* Go to API Collections → Create new collection
* Name your collection
* Connect your [Traffic Data Sources](/traffic-connector/traffic-data-sources.md) (Burp Suite/AWS/Postman) from Quick Start.

<figure><img src="/files/Hxexew0yOp5jqRVFdhAw" alt=""><figcaption></figcaption></figure>

### 3. Set Authentication

* Go to Settings → Authentication
* Create auth type (Bearer/API Key/Basic)

<figure><img src="/files/xrCid81GAkc0svcTy562" alt=""><figcaption></figcaption></figure>

### 4. Configure Attacker Token

* Go to User Configuration
* Set ATTACKER\_TOKEN\_ALL

<figure><img src="/files/GTTpcrwjeMIR5HsQE4R1" alt=""><figcaption></figcaption></figure>

### 5. Run Tests

* Select your collection
* Click Run Test
* Choose tests you want to run
* Select Test role
* Click "Run once now"

<figure><img src="/files/pYLun3aVWBwgqTFUDTul" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akto.io/readme-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
