Skip to main content

37 posts tagged with "Tutorial"

Step-by-step guides and how-to articles

View All Tags

Detecting API Attacks: Audit Logs, Guardrails, Metrics

· 8 min read
STOA Team
The STOA Platform Team

Zero Trust architecture assumes breach — if you assume attackers are already inside, your priority shifts from pure prevention to detection. STOA generates structured audit events and Prometheus metrics that enable detection of credential abuse, prompt injection attempts, rate abuse, and data exfiltration patterns. This article covers what STOA detects, how to query for attack signals, and a practical incident response playbook.

Zero Trust for API Gateways: What It Actually Means

· 9 min read
STOA Team
The STOA Platform Team

Zero Trust for API gateways means one thing: never trust, always verify — every request, regardless of network origin, must present verifiable identity and be evaluated against explicit policy before receiving access. This article explains the five Zero Trust principles and how they apply specifically to API gateway design, with concrete examples from STOA Platform's implementation.

AI Gateway Rate Limiting: Token-Aware Quota Strategies

· 13 min read
STOA Team
The STOA Platform Team

AI gateways require specialized rate limiting approaches that account for token consumption, streaming responses, and variable request costs. Traditional request-per-second limits fail to capture the true resource usage of AI workloads. This guide covers token-aware rate limiting strategies, per-tenant quota management, and implementation patterns for production AI gateways.

Defense-in-Depth Security for AI-Native API Gateways

· 8 min read
STOA Team
The STOA Platform Team

STOA Platform secures AI agent API access through five independent layers: mTLS certificate binding, OAuth 2.1 with PKCE, OPA policy evaluation, AI guardrails, and immutable audit logging. Each layer addresses a distinct threat class. Compromise of any single layer does not grant unauthorized access. This article describes the security architecture, threat model, and design rationale for each layer.

stoactl: Manage APIs, Subscriptions, and MCP from Terminal

· 12 min read
STOA Team
The STOA Platform Team

stoactl is the command-line interface for STOA Platform that brings kubectl-style API management to your terminal. Install it with one command, authenticate to your Control Plane API, and manage APIs, subscriptions, and MCP tools without touching the web console—ideal for scripting, CI/CD pipelines, and developers who prefer the terminal.

Week 1 Operations Runbook: Install to Production-Ready

· 10 min read
STOA Team
The STOA Platform Team

You've installed STOA. The health check returns 200. Now what?

The gap between "it runs" and "it's production-ready" is where most setups fail. This runbook covers your first 7 days with STOA — the operational habits that prevent 3am surprises, the monitoring that catches issues before your users do, and the hardening steps that separate a demo from a real deployment.