⚙ Unified Cloud Management

Meet Console

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...

Your Koder Command Center

Manage every Koder product from one unified dashboard.

📂

Project Management

Organize your resources into projects. Each project has its own API keys, members, and billing. Switch between projects instantly.

🔑

API Key Management

Generate, rotate, and revoke API keys with fine-grained scopes. Set expiration dates and track usage per key.

👥

Team Roles & Permissions

Invite team members with role-based access. Owner, Admin, Developer, Viewer — customize permissions per product.

🚀

Product Hub

Enable and configure any Koder product with one click. KDB, Notify, Uptime, Mon, Trace — all connected to your project.

💰

Unified Billing

One invoice for all Koder products. Track spending per product, set budgets, and get alerts before overages.

📊

Usage Analytics

Real-time dashboards showing API calls, storage, bandwidth, and costs across all products and projects.

How It Works

Get started in under a minute.

Create Account

Sign up with email or SSO. Your first project is created automatically.

Enable Products

Pick the Koder products you need. Each one is configured and connected to your project.

Invite Your Team

Add team members and assign roles. Everyone sees only what they need.

Ship

Use a single API key across products. Monitor usage and costs from the Console dashboard.

Everything in One Place

The Console dashboard gives you a bird's-eye view of your entire Koder infrastructure.

  • Real-time API call metrics
  • Product health status at a glance
  • Team activity and audit log
  • Cost breakdown per product
  • Quick actions for common tasks
# 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"] }
]

Pricing

Koder Console is free, included with every Koder account.

Frequently Asked Questions

Is Koder Console free?

Yes. Koder Console is included free with every Koder account. You only pay for the individual products you use.

Can I manage multiple projects?

Yes. Create as many projects as you need. Each project has its own API keys, team members, and billing.

Does Console support SSO?

Yes. Console supports SAML 2.0 and OIDC for enterprise single sign-on, plus GitHub and Google OAuth.

Can I use the Console API programmatically?

Absolutely. Every Console action is available via REST API. Automate project setup, key rotation, and team management.

One dashboard. Every product.

Stop juggling credentials. Manage your entire Koder stack from one place.

Open Console