Skip to main content
After logging in, you’ll land on your Endprompt dashboard. This page gives you a quick tour of what you’ll find. The sidebar on the left is your primary navigation, organized into sections: Endprompts
Menu ItemPurpose
EndpointsCreate and manage your API endpoints
Prompt SnippetsReusable template fragments
LogsView execution history and debug issues
Realtime API
Menu ItemPurpose
API KeysManage authentication keys for your APIs
APILink to your API documentation
Configuration
Menu ItemPurpose
LLM API KeysConfigure API keys for LLM providers (OpenAI, Anthropic, etc.)

User Menu (Top Right)

Click your profile avatar in the top-right corner to access:
Menu ItemPurpose
Switch WorkspaceChange to a different tenant/workspace
ProfileManage your account settings, preferences, password, and security (MFA)
BillingView subscription status and manage your plan
TeamInvite and manage team members (Admin only)
LogoutSign out of your account

Dashboard Home

Your dashboard home shows at-a-glance metrics:

Total Requests

Number of API calls across all endpoints

Success Rate

Percentage of successful executions

Active Endpoints

Number of endpoints you’ve created
You’ll also see:
  • Recent Endpoints — Quick access to your most-used endpoints
  • Recent Logs — Latest execution results
  • Usage Trends — Charts showing request volume over time

Endpoint Workspace

When you open an endpoint, you get a full workspace with multiple tabs:
Basic endpoint configuration: name, path, category, description, and visibility settings.

Quick Actions

Throughout the interface, look for these common patterns:
Blue “Create” buttons in the top-right of list pages let you add new items.
The icon reveals contextual actions like Edit, Duplicate, Delete, or Promote.
Colored badges show status: green for Live, yellow for Draft, gray for Archived.
Most list pages include search bars and filters to find what you need quickly.

Your Tenant Subdomain

Your account has a unique subdomain used for API calls:
https://yourcompany.api.endprompt.ai
        └─────────┘
        Your tenant
You can find your subdomain in the OpenAPI tab of any endpoint or when creating API keys.

Keyboard Shortcuts

Speed up your workflow with these shortcuts:
ShortcutAction
Ctrl/Cmd + KQuick search
Ctrl/Cmd + SSave current form
Ctrl/Cmd + EnterRun test (in test runner)
EscapeClose modal

Next Steps