# Getting Started

Welcome to the Laevitas Api GateWay v1.0 documentation! This guide will help you get up and running in no time.

## Introduction

Laevitas Api GateWay v1.0 is a powerful and flexible gateway designed to streamline your API requests, manage traffic, and ensure optimal performance. Whether you're a developer or an enthusiast, this guide will provide you with all the necessary steps to start using our gateway.

## Prerequisites

Before you begin, ensure you have the following:

* An active Laevitas account.
* **API key (Enterprise Subscription Required)**: You can obtain this from your dashboard. Please note that access to the API key requires an enterprise subscription.
* Basic knowledge of RESTful APIs.

## Setting Up

1. **Register or Login**:
   * If you haven't already, [register](https://app.laevitas.ch/auth/register) for a Laevitas account or [login](https://app.laevitas.ch/auth) if you have one.
2. **Obtain your API Key**:
   * Navigate to your dashboard.
   * Under the 'API' section, generate a new API key. Remember, you need an enterprise subscription to access the API key.
3. **Install SDK (Optional)**:
   * If you're using our SDK, install it using the package manager of your choice:

     ```bash
     npm install laevitas-sdk
     ```

## Making Your First Request

With your enterprise API key in hand, you're ready to make your first request:

```bash
curl -X GET 'https://api.laevitas.com/analytics/futures/instruments' -H 'apikey: YOUR_API_KEY'
```
