> ## Documentation Index
> Fetch the complete documentation index at: https://docs.akta.pro/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

[**akta.pro**](http://akta.pro) provides **Private Markets API-suite for Agents** : enterprise-grade private company data, finally made accessible to AI. Use the API to enrich private company data, monitor company and industry news, and capture alternative signals across 20M+ entity-resolved companies globally.

Built for AI agents and developers: structured outputs, deterministic schemas, and private-company entity resolution, with pay-as-you-go pricing on top of the same data infrastructure trusted by global firms.

This guide shows you how to create an akta.pro API key and start making requests in the Playground, or use the key in your own application, workflow, or backend service.

## Why [akta.pro](http://akta.pro)

<Columns cols={3}>
  <Column>
    <Card title="Agent-native by design" icon="robot">
      Structured outputs, deterministic schemas, and private company entity resolution.
    </Card>
  </Column>

  <Column>
    <Card title="Private markets expertise" icon="chart-line">
      Built by private markets experts, extensible to every use case that follows.
    </Card>
  </Column>

  <Column>
    <Card title="Enterprise depth, builder pricing" icon="rocket">
      The data infrastructure enterprises have trusted for years, now pay-as-you-go.
    </Card>
  </Column>
</Columns>

## Get started

<Columns cols={2}>
  <Column>
    <Card title="Get your API key" icon="key" href="https://playground.akta.pro/signup">
      Sign up and get your API key to start using akta.pro
    </Card>
  </Column>

  <Column>
    <Card title="Try it in the Playground" icon="play" href="https://playground.akta.pro/login">
      Test the API instantly without writing any code
    </Card>
  </Column>
</Columns>

<Steps>
  <Step title="Create an API key">
    * After logging in, open API Keys from the left sidebar.
    * Enter a name for your API key (for example: `Production API Key` )
    * Then click Add API key.
  </Step>

  <Step title="Copy and store your API key">
    * The API key is shown once. Copy it immediately and store it somewhere safe. If it's lost, a new one will need to be created.
    * Your key will look similar to this: `wk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx`

    <Warning>
      Never share your API key publicly or commit it to source control.
    </Warning>
  </Step>

  <Step title="Make your first API request" />
</Steps>

## What can akta.pro do?

### API Products

<Columns cols={2}>
  <Column>
    <Card title="News Signals" icon="newspaper" href="/docs/news-signals/overview">
      Entity resolved, de-duped, categorized, impact, sentiment
    </Card>

    <Card title="Alternative Signals" icon="signal-stream" href="/docs/alternative-data">
      Reviews, headcount trends, website traffic, job posts, and social posts
    </Card>
  </Column>

  <Column>
    <Card title="Company Data" icon="database" href="/docs/company-data/overview">
      Firmographics, funding, and business model details
    </Card>

    <Card title="Supporting APIs" icon="magnifying-glass" href="/docs/supporting-apis">
      Company and industry search to resolve UUIDs and taxonomy codes
    </Card>
  </Column>
</Columns>
