APItoolkit full color logo
Sign Up

Onboarding Guide

APItoolkit is an end-to-end API and web services management toolkit for engineers and customer support teams. We use AI to help engineering teams observe, manage, monitor, and test their backend systems and any external API they depend on. When you integrate APItoolkit into your application, you gain access to different features out-of-the-box, including but not limited to API Monitoring and Observability, Error Tracking, Anomalies Detection, API Log Explorer, API Management, API Analytics, Automatic OpenAPI Spec Generation, and even more coming soon (we are always shipping!).

In this guide, we will walk you through the process of integrating APItoolkit into your application. You will learn all the steps required to set up your account, fetch your API key, integrate with our SDK, and start monitoring requests on your API.

Getting Started

There are five steps required to get started with APItoolkit and begin exploring and analyzing requests from your API in our dashboard:

  1. Create an Account
  2. Create a New Project
  3. Fetch your API Key
  4. Integrate the SDK
  5. Acknowledge Endpoints

① Create an Account

Kindly visit this page to create a new account. When you are there, you can choose to sign up with either your Google or GitHub account or your email address. If you choose to sign up with Google or GitHub, you will be redirected to the respective authentication page to authorize APItoolkit. If you choose to sign up with your email address, you will need to provide your email address and a strong password in the input fields as seen in the screenshot below.

Screenshot of APItoolkit's signup page

Once you are done providing the required values, click on the Continue button. Your account will then be created and you will be redirected to the APItoolkit dashboard.

② Create a New Project

Once you are redirected to the dashboard, you have to create a new project to begin using APItoolkit. Kindly provide the values requested in the form as listed below. You can always update any of these values later.

  • Title: Enter the name of your project (required).
  • Timezone: Select your timezone (optional).
  • Description: Enter a brief description of your project (optional).
  • Plan: Select the plan you want to subscribe to (required).
  • Add member: Invite someone else to collaborate on the project (optional).

Screenshot of APItoolkit's create new project page

Once you are done providing the required values and your payment details (if you chose the Pay as you use plan), click the Proceed button. Your new project will then be created and you will be redirected to a survey form; kindly fill out the form displayed to proceed further.

③ Fetch API Key

Once your project is created, an API key is automatically generated for you (which you can already see being used in the integration examples on the Get Started tab—onboarding checklist). To fetch your API key anytime or create a new one, kindly click on the project name at the top-left section of the dashboard and then click on the API Keys tab. You will then be redirected to another page where you can access the API key or create a new one.

Usually you will create an API key for the different environments you want APItoolkit to track from (e.g., development, staging, production, etc.) and use each of the API keys when integrating with any of our SDK.

Screenshot of APItoolkit's settings popup

Screenshot of APItoolkit's API keys page

④ Integrate SDK

To allow APItoolkit to begin monitoring your API and for you to start exploring your data through our platform, you need to integrate one of our SDKs into your application. We currently support 17+ web frameworks in different programming languages (if we do not support your framework, kindly send us an email and we will create a new SDK for you!).

To integrate with your preferred framework, kindly follow the quick guidelines below for some of the popular SDKs.

⑤ Acknowledge Endpoints

Once APItoolkit starts tracking data from your API, you will find the list of detected endpoints in the Endpoints page and the list of detected anomalies (also known as Request Shapes) on the Changes & Errors page or in the Ongoing Anomalies and Monitors section of the Dashboard page. You need to acknowledge each endpoint or anomaly so APItoolkit understands the shape of the endpoints on your API and uses that information for future anomaly detections. As a side effect, we then use this information to trigger the OpenAPI spec generation (swagger docs) feature we offer and send reports. Hence, you should acknowledge all important endpoints you want us to monitor.

APItoolkit dashboard screenshot

In summary, once you successfully integrate APItoolkit into your application using any of our SDKs, we will start monitoring requests to your API and you can start acknowledging endpoints and begin exploring the data in the dashboard using all our powerful features.

Dashboard Overview

Here is a quick overview of all the available dashboard tabs and the features in them to aid your navigation:

Get Started The onboarding checklist that reminds you of all you need to integrate APItoolkit into your API for monitoring to begin.
Dashboard A summary of all the API analytics, including requests, anomalies, endpoints, etc. alongside all the requests visualized by status code, errors, endpoint, and latency percentiles.
Endpoints A list of all endpoints detected from your API.
Outbound Integrations A list of all outgoing requests from your API.
Changes & Errors A list of all errors and anomalies detected.
API Log Explorer A list of all request logs with options to query them based on certain parameters and create alerts.
Documentation Explore the automatically generated OpenAPI specifications from your live API payloads.
Reports Explore your email reports history and update the frequency of the reports.

Next Steps

Great work on getting this far! You are now on the path to testing and improving your backend systems.

Now that you have set up your new project with APItoolkit, you should explore the pages below to learn even more.