Developer Console

API keys, usage analytics, and cost tracking
Requests
--
this month
Tokens
--
total processed
Cost
--
this month
Avg Score Lift
--
points per prompt
Requests — Last 30 Days
Model Breakdown
ModelRequestsTokensCost
Loading...
Manage your API keys. Keys start with sfk_
Loading keys...
ModelTokensCostLatencyScoreTime
Loading requests...
01
Get your API key
Go to the API Keys tab and generate a key. It starts with sfk_.
02
Change one line of code
Point your existing OpenAI or Anthropic SDK at Safyan. Every prompt gets optimized automatically.
from openai import OpenAI client = OpenAI( base_url="https://api.safyan.ai/v1", api_key="sfk_your_key_here" ) response = client.chat.completions.create( model="safyan-auto", messages=[{"role": "user", "content": "your prompt here"}] ) print(response.choices[0].message.content)
03
Every prompt is now optimized
Safyan intercepts every prompt, applies the 7 Cures, routes to the best model, and returns the response in the same format your SDK expects. No code changes beyond the base URL.
safyan-auto — full optimization + routing safyan-fast — compile only, half cost
04
Monitor everything here
This console shows every request, token count, cost, model used, and the Safyan score delta. You'll see exactly how much better your prompts perform.