Screenshots

Screenshots of Dynamic API Platform v1.5.9 running at http://localhost:8080 (captured June 2026).

The admin panel supports four themes — Dark, Light, Ocean, and Forest — switch via the palette button in the header. See UI Themes.

Login

Login page

URL: /login · Default: admin / Admin123!

Dashboard

Dashboard

URL: / — KPI cards (users, endpoints, requests, errors, cron, webhooks, API keys, MCP tools), automation health, request/error charts

Endpoints

Endpoints

URL: /endpoints — grouped tables, search, filters

API Schema (ER diagram)

API Schema

URL: /api-schema — read-only diagram of endpoints, groups, and FK arrows

API Docs (Swagger)

API Docs

URL: /api-docs — embedded OpenAPI / Swagger UI

Endpoint Handler (JavaScript)

Endpoint Handler

URL: /endpoints/:idHandler tab — custom async function handler(req, db)

Cron Jobs

Cron Jobs

URL: /cron — scheduled JavaScript, HTTP, or endpoint actions

Webhooks

Webhooks

URL: /webhooks — outbound event subscriptions

API Keys

API Keys

URL: /api-keys — machine-to-machine authentication

MCP Server

MCP Server

URL: /mcp — MCP tools list, JSON-RPC examples, connection info for AI agents

Database Explorer

Database Explorer

URL: /database — raw MongoDB JSON browser (requires manage_users)

Audit Logs

Audit Logs

URL: /logs — request and admin action history with filters

Settings

Settings

URL: /settings — auth, rate limits, logs, project export/import

System

System

URL: /system — CPU, memory, disk, network, cron scheduler status

Regenerate screenshots

With the platform running locally:

node scripts/capture-screenshots.mjs http://localhost:8080

← Back to home