API Key Manager

Smartflow Demo - Manage your AI provider keys
DEMO MODE
0
Active Keys
$0.00
Total Spend
$50.00
Budget Remaining
0
Total Requests
Add API Key
Your API Keys

Loading keys...

Usage by Provider

Loading usage data...

Demo Budget: Your demo is limited to $50 total spend across all keys. Usage resets monthly. Contact sales for enterprise pricing.
Quick Start Guide

Option 1: Environment Variables (Fastest)

export OPENAI_API_KEY="sk-your-key-here" export ANTHROPIC_API_KEY="sk-ant-your-key-here" docker compose up

Option 2: Use This Dashboard

Add keys above, then point your application to Smartflow:

# Python (OpenAI SDK) from openai import OpenAI client = OpenAI( base_url="http://localhost:7775/v1", api_key="smartflow-managed" # Smartflow injects real key ) # cURL curl http://localhost:7775/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{"model": "gpt-4o", "messages": [{"role": "user", "content": "Hello!"}]}'
Demo Limitations:
  • Only OpenAI and Anthropic providers available
  • $50 budget limit per month
  • 100 requests per hour rate limit