{% extends "base.html" %} {% block title %}User Dashboard - AISBF{% endblock %} {% block content %}
Welcome, {{ session.username }}!
{% if success %}Use your API token to access your personal configurations. Include the token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
GET
/api/user/models
List all models from your providers, rotations, and autoselects
GET
/api/user/providers
List all your configured providers
GET
/api/user/rotations
List all your configured rotations
GET
/api/user/autoselects
List all your configured autoselects
POST
/api/user/chat/completions
Send chat requests using your configurations
Example model formats:
user-provider/myprovider/mymodeluser-rotation/myrotationuser-autoselect/myautoselectGET
/mcp/tools
List available MCP tools for your configurations
POST
/mcp/tools/call
Call MCP tools to manage your configurations
As an admin user, you also have access to global configurations (providers, rotations, autoselects configured by the admin) in addition to your own user configurations.
Admin model formats:
provider/model - global providerrotation/myrotation - global rotationautoselect/myautoselect - global autoselect⚠️ Note: Your API token is required for all these endpoints. Manage your tokens in the API Tokens section.
{{ usage_stats.total_tokens|default(0) }}
{{ usage_stats.requests_today|default(0) }}
{{ providers_count|default(0) }}
{{ rotations_count|default(0) }}
| Timestamp | Provider | Model | Tokens |
|---|---|---|---|
| {{ activity.timestamp }} | {{ activity.provider_id }} | {{ activity.model }} | {{ activity.token_count }} |
| No recent activity | |||