Aller au contenu principal

Use Cases

Discover how STOA Platform solves real challenges for enterprises adopting AI and managing APIs at scale.


πŸ€– Use Case 1: AI Agent API Gateway​

Challenge: Your AI agents (Claude, GPT, custom LLMs) need to call internal APIs, but you lack governance, audit trails, and access control.

Solution: STOA's MCP Gateway provides a unified entry point for all AI-to-API interactions.

Benefits​

Without STOAWith STOA
Direct API access, no governanceCentralized policy enforcement
No visibility on AI callsFull audit trail per agent
Manual API key managementAuto-discovery via MCP
Scattered rate limitingUnified quotas per tenant

Quick Implementation​

# 1. Register your API in STOA
stoa api register --name billing-api --upstream https://billing.internal

# 2. Claude.ai automatically discovers it
# In Claude: "What billing APIs are available?"
# Claude calls: stoa_catalog(action="search", query="billing")

# 3. Agent subscribes and calls
# stoa_subscription(action="create", api_id="billing-api")
# Direct API call through MCP Gateway with full audit

πŸ“Š Use Case 2: AI Cost Management & Token Metering​

Challenge: Multiple teams use LLMs, but you have no visibility on token consumption, costs spiral, and there's no chargeback mechanism.

Solution: STOA's AI Gateway tracks every token, provides real-time dashboards, and enables per-team quotas.

Benefits​

MetricBefore STOAAfter STOA
Cost visibilityNoneReal-time per team
Token wasteRedundant LLM callsReduced with semantic cache*
Budget controlMonthly surprise billsAutomatic quota enforcement
Provider lock-inSingle providerMulti-provider failover

Semantic caching can significantly reduce redundant LLM calls. Actual savings vary based on query patterns and use case.

Dashboard Preview​

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Token Usage by Team (January 2026) β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Engineering β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘ 2.4M tokens β”‚
β”‚ Marketing β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 800K tokens β”‚
β”‚ Support β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.2M tokens β”‚
β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€
β”‚ Total Cost: €1,240 | Cache Savings: €520 (30%) β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

🏒 Use Case 3: Multi-Tenant API Platform​

Challenge: You're an ESN/ISV exposing APIs to multiple clients. You need isolation, per-client quotas, billing, and compliance (NIS2/DORA).

Solution: STOA provides native multi-tenancy with complete isolation and European sovereignty.

Tenant Isolation Architecture​

AspectImplementation
NetworkKubernetes NetworkPolicy per namespace
DataSchema-per-tenant in PostgreSQL
AuthSeparate Keycloak realm per tenant
SecretsIsolated Vault paths
QuotasIndependent rate limits

Compliance Features​

  • NIS2 β€” Security incident reporting, access controls
  • DORA β€” ICT risk management, resilience testing
  • GDPR β€” Data residency in EU, audit trails
  • European Hosting β€” EU data residency option available*

Legal jurisdiction depends on multiple factors. Consult your legal counsel for compliance advice.


Getting Started​

Ready to implement these use cases?

Early Access β€” Private Beta

STOA Platform is currently in private beta. Request access to deploy these use cases on your infrastructure, or explore the Architecture Overview to understand how STOA works.

1. Request beta access β†’ christophe@hlfh.io
2. Receive your tenant credentials
3. Sign in at https://console.gostoa.dev
4. Create your first API in the Console

Need Help?​


Claude is a trademark of Anthropic, PBC. GPT-4 and Azure OpenAI are trademarks of OpenAI/Microsoft. All other product names are trademarks of their respective owners.