SDK v1.0.0 is live

ApiDeck
Documentation

The modern API observer. Track every request, measure performance, and scale with total confidence.

Quick Start

Install the SDK and get your first metrics in under 2 minutes.

Live Tracking

Real-time dashboards for monitoring all your API endpoints.

Introduction

ApiDeck is a powerful API monitoring SDK that tracks every API call, analyzes performance metrics, and provides actionable insights.

Prerequisites

Before installing, you'll need an active ApiDeck account to generate your access credentials.

Setup Steps

1

Sign up and create an ApiDeck account.

2

Navigate to settings to generate your unique API key.

3

Integrate the key into your backend configuration.

Installation

Get started by adding the ApiDeck tracker to your project using your preferred package manager.

npm
$ npm install apideck-tracker
yarn
$ yarn add apideck-tracker

Quick Initialization

javascript
import { apiTracker  } from "apideck-tracker";

app.use(
  apiTracker({ 
    apikey: "YOUR_API_KEY",
    trackerUrl: "https://apideck.site",
  })
);

Configuration

Tailor the monitoring behavior to suit your specific infrastructure needs.

OptionTypeDescription
apiKeystringYour unique identification key from the dashboard.
trackerUrlstringThe endpoint where performance data is processed.

Pricing

Simple, transparent pricing for teams of all sizes.

Starter

Free
  • 1k requests/mo
  • Basic analytics
  • 7-day retention
Most Popular

Pro

$99/mo
  • 1M API calls/mo
  • Advanced analytics
  • 30-day retention
  • Custom alerts

Enterprise

Custom
  • Unlimited calls
  • Custom data retention
  • SLA guarantees
  • 24/7 Support

Frequently Asked Questions

Everything you need to know about the ApiDeck platform.

What is ApiDeck?

ApiDeck is a comprehensive API monitoring SDK that helps you track, analyze, and optimize your API performance in real-time.

How secure is my data?

We take security seriously. All data is encrypted in transit and at rest. We never store sensitive information like API keys or tokens.

Can I use ApiDeck in production?

Absolutely! Our SDK has minimal performance overhead and is designed specifically for production traffic.