FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Building Moat: Auth, On-Chain Receipts, and 117 Integration Tests in One Week
How-ToProgramming Languages

Building Moat: Auth, On-Chain Receipts, and 117 Integration Tests in One Week

via Dev.to PythonJeremy Longshore2h ago

What Moat Does Moat is a policy-enforced execution and trust layer for AI agents. When an autonomous agent wants to call an API, send a Slack message, or spend money, it goes through Moat. Every request gets evaluated against a policy engine, executed through a sandboxed adapter, and receipted — both off-chain in a database and on-chain on Sepolia. Four FastAPI microservices make up the system: a Control Plane (capability registry), Gateway (execution choke-point), Trust Plane (reliability scoring), and an MCP Server (agent-facing tool surface). HTTP Proxy with Domain Allowlists The first big feature was an HttpProxyAdapter that lets sandboxed agents make outbound HTTPS requests — but only to approved domains. The security model is simple and opinionated: allowlists beat blocklists. A blocklist means you're playing whack-a-mole with every new malicious domain. An allowlist means the agent can only reach what you explicitly permit. class HttpProxyAdapter ( AdapterInterface ): """ Generi

Continue reading on Dev.to Python

Opens in a new tab

Read Full Article
0 views

Related Articles

IntentCAD v0.8.0 — Thirteen EPICs, One Day
How-To

IntentCAD v0.8.0 — Thirteen EPICs, One Day

Dev.to • 58m ago

A Growing Position Doesn't Always Mean Fresh Buying — Here's How to Tell
How-To

A Growing Position Doesn't Always Mean Fresh Buying — Here's How to Tell

Dev.to Beginners • 1h ago

Tutorials Are Lying to You Here’s What Actually Works ?
How-To

Tutorials Are Lying to You Here’s What Actually Works ?

Medium Programming • 4h ago

Flutter Mistakes That Make Apps Slow ⚡
How-To

Flutter Mistakes That Make Apps Slow ⚡

Medium Programming • 5h ago

Welcome Thread - v370
How-To

Welcome Thread - v370

Dev.to • 5h ago

Discover More Articles