Back to Tools

API Keys Management

Development preview - test the API keys feature here before integrating.

Integration Instructions

To use this component in the settings page:

// In app/(app)/settings/page.js
import { ApiKeysManagement } from '../../tools/api-keys/page';

// Then in the api tab:
{activeTab === 'api' && (
  <div className="bg-white border border-gray-200 rounded-xl p-6">
    <ApiKeysManagement accountId={getAccountId()} />
  </div>
)}
Keep your API keys secure. Do not share them publicly, commit them to version control, or expose them in client-side code. If a key is compromised, revoke it immediately.

API Keys

Manage your API keys for programmatic access

Production APIactive
rme_live_••••••••••••...x4f2
Created
Jun 15, 2024, 10:00 AM
Last used
Dec 20, 2024, 02:30 PM
Usage today: 1,247 / 10,000 requests
Developmentactive
rme_test_••••••••••••...b8k1
Created
Sep 1, 2024, 09:00 AM
Last used
Dec 18, 2024, 11:20 AM
Usage today: 89 / 1,000 requests

API Documentation

Learn how to integrate with our API, including authentication, endpoints, and rate limits.

View Documentation