PromptArmor Logo

PromptArmor AI Usage Report

Total # Entrypoints

{{ total_usages }}

Entrypoints by LLM Provider

{% for library, count in total_usage_by_library.items() %}

{{ library }}: {{ count }}

{% endfor %}

Top Owners

{% for owner, count in top_owners %}

{{ owner }}: {{ count }} entrypoints

{% endfor %}
Stats by Repo
{% for repo_name, stats in repo_stats.items() %}

Repo: {{ repo_name }}

Total Entrypoints: {{ stats.total_usages }}

Libraries: {{ stats.library_counts.keys()|join(', ') }}

{% endfor %}

For more information, visit PromptArmor or reach out to founders@promptarmor.com