One dashboard to manage all your Koder projects, API keys, and teams. See everything, control everything, from a single pane of glass.
# Manage projects via CLI koder projects list ┌──────────────┬──────────┬───────────┐ │ Project │ Products │ Members │ ├──────────────┼──────────┼───────────┤ │ my-saas │ 6 │ 12 │ │ staging │ 3 │ 5 │ │ personal │ 2 │ 1 │ └──────────────┴──────────┴───────────┘ # Generate API key koder keys create \ --project my-saas \ --scope "notify:send,uptime:read" \ --expires "90d" Key created: kdr_sk_7x8m2...
Manage every Koder product from one unified dashboard.
Organize your resources into projects. Each project has its own API keys, members, and billing. Switch between projects instantly.
Generate, rotate, and revoke API keys with fine-grained scopes. Set expiration dates and track usage per key.
Invite team members with role-based access. Owner, Admin, Developer, Viewer — customize permissions per product.
Enable and configure any Koder product with one click. KDB, Notify, Uptime, Mon, Trace — all connected to your project.
One invoice for all Koder products. Track spending per product, set budgets, and get alerts before overages.
Real-time dashboards showing API calls, storage, bandwidth, and costs across all products and projects.
Get started in under a minute.
Sign up with email or SSO. Your first project is created automatically.
Pick the Koder products you need. Each one is configured and connected to your project.
Add team members and assign roles. Everyone sees only what they need.
Use a single API key across products. Monitor usage and costs from the Console dashboard.
The Console dashboard gives you a bird's-eye view of your entire Koder infrastructure.
# Console API — list team members curl https://console.koder.dev/api/v1/\ projects/my-saas/members \ -H "Authorization: Bearer $TOKEN" [ { "user": "alice@co.com", "role": "admin", "products": ["*"] }, { "user": "bob@co.com", "role": "developer", "products": ["kdb", "notify"] } ]
Koder Console is free, included with every Koder account.
Yes. Koder Console is included free with every Koder account. You only pay for the individual products you use.
Yes. Create as many projects as you need. Each project has its own API keys, team members, and billing.
Yes. Console supports SAML 2.0 and OIDC for enterprise single sign-on, plus GitHub and Google OAuth.
Absolutely. Every Console action is available via REST API. Automate project setup, key rotation, and team management.
Stop juggling credentials. Manage your entire Koder stack from one place.