惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
GbyAI
GbyAI
S
SegmentFault 最新的问题
量子位
爱范儿
爱范儿
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MyScale Blog
MyScale Blog
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
U
Unit 42
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
IT之家
IT之家
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
雷峰网
雷峰网

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
AgentWatch | Stop AI agents from burning your budget
AgentWatch · 2026-06-28 · via Show HN

Control Plane Live

CLAUDE FABLE 5 AND MYTHOS COMING SOON

AgentWatch gives enterprises full control over AI agents. Enforce budgets, block infinite loops, and keep immutable audit trails. 2 lines of code. No SDK.

Start Free — No Credit Card See How It Works

Trusted by engineering teams · single-digit ms edge latency

# Zero dependencies. Just change your base URL and combine your keys.
from openai import OpenAI

client = OpenAI(
    base_url="https://api.agent-watch.dev/v1/proxy/openai",
    api_key="aw_live_...:sk-proj-..."
)

# Budget enforced at the edge, billed to your own OpenAI account
response = client.chat.completions.create(
    model="gpt-5.5",
    messages=[{"role": "user", "content": "..."}]
)
// Zero dependencies. Just change your base URL and combine your keys.
import OpenAI from 'openai';

const client = new OpenAI({
    baseURL: "https://api.agent-watch.dev/v1/proxy/openai",
    apiKey: "aw_live_...:sk-proj-..."
});

// Budget enforced at the edge, billed to your own OpenAI account
const response = await client.chat.completions.create({
    model: "gpt-5.5",
    messages: [{ role: "user", content: "..." }]
});

14:32:01 ✓ budget check passed — $1.42 / $2.00

14:32:00 → routed to openai/gpt-5.5

14:31:58 ↻ session ses_8f2k9x3m iter 147

Works with your stack.

No SDK. No library. Just change your base URL.

Cursor VS Code Slack Claude Code Windsurf Aider Cline LangChain Coming Soon MIMO Code

Runtime governance for AI agents.

Not just a dashboard. A spending limit on your AI credit card.

Pre-call budget enforcement

Every request checked before it hits the provider. Over budget? Blocked with a 402. Instant.

2-line integration

Change your base URL. Combine your keys. Done. No SDK, no library, no vendor lock-in.

Session-level budgets

Dollar ceiling per session, not per-request. Agents make hundreds of calls — the budget lives at session level.

Loop detection alerts

Catches recursive patterns before they spiral. Slack alerts the moment context grows exponentially.

Configurable Failover

Choose fail-open (requests proceed if AgentWatch is down) or fail-closed (hard-stop to guarantee budgets). Enterprise controls the policy.

Zero data retention

We never store prompts or completions. Only metadata: tokens, latency, cost. Your data stays yours.

Automated Compliance

One-click SOC 2 evidence exports. SLA monitoring. EU Data Residency. Pre-built enterprise governance.

Three steps. Zero runaway spend.

01

Set your budget

Define a dollar ceiling per session. AgentWatch enforces it at the edge, before any API call goes through.

02

Change your base URL

One line in your config. Your existing OpenAI or Anthropic code works unchanged. No SDK, no library.

03

Ship with confidence

Your agents run. Your budget is enforced. If an agent loops, it gets blocked — not your wallet.

Predictable pricing for agents.

50,000 free requests per month. Upgrade for scale, caching, and failover.

Free

Get started in 2 minutes

$0/mo

  • 50,000 Requests / mo
  • Budget Enforcement
  • Unlimited Sessions
  • Basic Dashboard
  • Edge Prompt Caching
  • Provider Failover
  • Slack Webhook Alerts

Start Free

Most Popular

Pro

For teams running agents in production

$99 $49.50 $99/mo

  • 500,000 Requests / mo
  • Advanced Dashboard Analytics
  • Edge Prompt Caching
  • Provider Failover Routing
  • Quadratic Loop Detection
  • Real-time Slack Webhooks
  • Custom Anomaly Rules

Enterprise

Compliance, SLA & support

Custom

  • Everything in Pro
  • Unlimited Monthly Requests
  • 99.9% SLA Guarantee
  • SOC 2 Compliance Exports
  • Custom Data Residency
  • SSO (SAML / Okta)
  • Azure OpenAI & AWS Bedrock
  • Dedicated Account Manager
  • Priority Shared Slack Channel

Contact Sales

No Credit Card Required Pay As You Go Zero Data Retention

Frequently Asked Questions

Everything you need to know about AgentWatch.

What is AgentWatch?

The spending limit on your AI credit card. AgentWatch sits between your app and LLM providers. When an agent tries to spend more than its session budget, the call is blocked — before it happens.

How does budget enforcement work?

Every request goes through a synchronous budget check. If the session has exceeded its dollar ceiling, AgentWatch returns a 402 and blocks the call. This happens in under a millisecond at the edge.

What happens if AgentWatch goes down?

AgentWatch is fully configurable. By default, it fails open — meaning if we have an issue, your API calls proceed normally. For cost-sensitive workloads, you can configure it to 'Fail Closed', ensuring strict budget enforcement even during infrastructure outages.

Can't developers just bypass it?

AgentWatch works via environment variables set at the platform level (Vercel, AWS, Fly.io). It's enforced by company policy, like a VPN or expense policy. For technical enforcement where developers cannot bypass, that's our Enterprise tier — available on custom contracts.

How much does AgentWatch cost?

The Free tier includes 50,000 requests per month with full budget enforcement — no credit card required. Pro is $99/mo for 500,000 requests with caching, failover, and alerts. Enterprise is custom pricing for unlimited requests, SLA, SOC2, and SSO.

Is there a free tier?

Yes. The free tier includes 50,000 requests per month with full budget enforcement, anomaly detection, and basic dashboard access. No credit card, no time limit. Upgrade to Pro when you need caching, failover, and Slack alerts.

What's included in Enterprise?

Everything in Pro, plus a 99.9% SLA guarantee, SOC 2 compliance exports, SSO (SAML), Azure OpenAI and AWS Bedrock support, custom data residency, and priority Slack support with a dedicated engineer. Same BYOK architecture — you keep full control of your keys.

How long does integration take?

Under 2 minutes. Change your base URL, combine your keys. That's it. No SDK to install, no library to import, no code changes required.

How do I integrate AgentWatch with OpenAI?

Change your base_url to 'https://api.agent-watch.dev/v1/proxy/openai' and combine your AgentWatch token with your OpenAI API key using a colon separator. That's the only change needed — your existing OpenAI code works unchanged.

Does AgentWatch work with Anthropic Claude?

Yes. AgentWatch supports all major providers including OpenAI, Anthropic, Groq, xAI, Gemini, Azure OpenAI, AWS Bedrock, Xiaomi MiMo, Mistral, and Cohere. Set your ANTHROPIC_BASE_URL to route Claude requests through AgentWatch.

Can I use this with local agents or IDEs like Cursor and AutoGPT?

Yes! Because AgentWatch requires no SDK, you can force any AI agent or IDE plugin to route through it. Just set the OPENAI_BASE_URL or ANTHROPIC_BASE_URL environment variables on your laptop, or paste the AgentWatch URL into your tool's 'Custom Endpoint' settings.

What providers do you support?

We support over 1,063+ models instantly via our comprehensive pricing database. This includes all models from OpenAI, Anthropic, Groq, xAI, Google Gemini, Xiaomi MiMo, Mistral, Cohere, and many more. Azure OpenAI and AWS Bedrock available on Enterprise plans.

Is my data secure?

We never store your prompts or completions — only metadata. All data is encrypted in transit and at rest. Runs on Cloudflare's edge with DDoS protection. Enterprise plans include SOC 2 compliance, SSO, and custom data residency.