Premium lane
Reasoning-heavy edits, final passes, fragile code, and sensitive changes.
OpenAI-compatible gateway for long-running agents
One endpoint for coding agents that need to keep moving: premium routing for fragile work, spend controls before expensive calls, and economy continuation after premium fair-use.
base_url
https://api.flatfee.one/v1
Platform
flatfee.one now explains the product as infrastructure: gateway, routing, spend control, documentation, security posture, and operational status.
Drop-in OpenAI-compatible requests for agent tools and automations.
02Model lanes, fallback policy, and receipts for what happened during a run.
03Plan boundaries, fair-use, continuation, and examples before checkout.
04Status, incident language, changelog, and security posture in public.
Routing mechanics
The routing promise is documented, not decorative. Premium capacity is used for fragile reasoning, budget guards keep long context from burning the plan, and continuation prevents a hard stop after premium fair-use.
See model and routing policyReasoning-heavy edits, final passes, fragile code, and sensitive changes.
Long context is compressed or downgraded before the next expensive call burns budget.
After premium fair-use, economy routing keeps agent runs moving with explicit limits.
Compatibility
Keep the SDK shape your tools already know. Change the base URL, use
model: "auto" when you want routing, and inspect headers when you need
to understand limits or continuation.
Pricing mechanics
Founder pricing is an offer, not the whole story. The credible part is the policy: premium fair-use first, concurrent workflow limits, then documented continuation instead of a surprise usage wall.
Starter
3919.50 first 30 days
Most popular
Pro
9949.50 first 30 days
Power
19999.50 first 30 days
Scale
299149.50 first 30 days
Developer surface
Serious API products make integration inspectable. The docs now cover quickstart, auth, model selection, errors, rate-limit headers, and billing behavior.
Open developer docscurl https://api.flatfee.one/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "auto",
"messages": [{
"role": "user",
"content": "Run this coding task through flatfee.one."
}]
}'
Trust surface
A gateway touches spend, keys, model traffic, and production workflows. So the operational pages are not hidden behind sales.
Private beta
FOUNDER50 gives early users 50% off the first month while the gateway, docs, status, and security surface move toward general availability.