Quick Start Guide

Get up and running with Vaultix in under 5 minutes. This guide will walk you through creating your first project, generating an API key, and making your first authorized request.

1. Create Your Account

Sign up for a free Vaultix account at vaultix.com/register. No credit card required.

Step 1

✓ Enter your email and password

✓ Verify your email address

✓ Log in to your dashboard

2. Create Your First Project

After logging in, you'll be redirected to your dashboard. Click "Create Project" to set up your first API key management project.

Step 2

✓ Choose a project name (e.g., "My API")

✓ Add a description

✓ Click "Create Project"

3. Generate an API Key

In your project dashboard, navigate to the API Keys tab and click "Create API Key".

Step 3

✓ Enter a key name (e.g., "Production Key")

✓ Set permissions and rate limits

✓ Click "Create Key"

Save your API key securely - it will only be shown once

4. Authorize Requests

Use your API key to authorize requests in your application. Send a POST request to the /authorize endpoint with your API key and project ID.

Example Request

Endpoint: POST https://api.vaultix.com/v1/authorize

Headers: Content-Type: application/json

Body: {apiKey: 'your-key', projectId: 'your-project'}

5. Monitor Usage

Track your API key usage and performance in the dashboard. View logs, rate limits, and analytics.

Step 5

✓ Check usage statistics

✓ Monitor rate limit status

✓ Review access logs

✓ Manage your keys