SnapAdmin

SnapAdmin

link System Entry Points
{% for link in links %} {{ link.icon }} {{ link.name }} {% endfor %}
storage Managed Models
{% for model in registered_models %}

{{ model.name }}

{{ model.app }}
{{ model.count }}
{% endfor %}
bar_chart Data Distribution
sensors System Health
{% for service in services %}
{{ service.name }} {{ service.status }}
{% endfor %}
info Environment
Mode {{ env_details.mode }}
OS {{ env_details.os }}
Hostname {{ env_details.hostname }}
api API Capabilities

REST API

Automatic CRUD endpoints for all models. Supports filtering, pagination, and token authentication.

{% if graphql_enabled %}

GraphQL API

Dynamic schema generation powered by Graphene.

{% endif %}