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

# Introduction

> Welcome to CryptoMate — the blockchain API suite that makes integrating crypto into your product fast and simple.

## Overview

CryptoMate provides a suite of blockchain APIs designed to simplify cryptocurrency integration. Build applications rapidly by leveraging pre-built modules for the most common crypto use cases, without having to handle low-level blockchain plumbing yourself.

## Products

<Columns cols={2}>
  <Card title="Wallets" icon="wallet" href="/api-reference/introduction">
    Craft and manage accounts and wallets with unprecedented ease, empowering your users with seamless control over their digital assets.
  </Card>

  <Card title="Active Management" icon="layer-group" href="/api-reference/virtual-wallets/index">
    Create deposit addresses easily, concentrate capital, and manage it all from a single place.
  </Card>

  <Card title="Cards" icon="credit-card" href="/api-reference/introduction">
    Issue virtual or physical cards to your clients. Choose between a debit or credit system based on your requirements.
  </Card>
</Columns>

## Getting started

To begin integrating with CryptoMate, you'll need an API key. Sign up on our website to obtain one.

The platform operates in two environments:

* **Sandbox** — a testing and development environment with no real-world blockchain implications. Use it to experiment and build your integration safely.
* **Production** — live environment where transactions are recorded on the main blockchain.

<Card title="Quickstart" icon="rocket" href="/portal-onboarding" horizontal>
  Make your first API call in minutes.
</Card>

<Card title="API Reference" icon="terminal" href="/api-reference/introduction" horizontal>
  Explore the full list of endpoints with request and response examples.
</Card>
