Menu

Explorer & Settings

Tempo Explorer Submit Project
Back to all projects

x402-fleet-manager

by valeo-cash · Updated 4 months ago

Run 5 AI agents with per-agent budgets, Slack alerts, and audit trails.

In the AI payments ecosystem

x402-fleet-manager is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on ai-agents, audit, budget-management, fleet. It currently has 0 GitHub stars and 0 forks, and sits alongside related tools like Sentinel, x402-agent-starter, x402-langchain-agent, x402-nextjs-saas, tdm-integration-kit, TDM-Agent-Integration-Kit.

README.md View on GitHub →

x402 Fleet Manager

Run 5 AI agents with individual budget controls and full audit trails.

What's inside

Agent Role Daily Budget
researcher-01 Research data $25/day
news-fetcher Fetch news $10/day
price-tracker Track prices $5/day
content-writer Generate content $50/day
image-gen Generate images $20/day

Each agent has per-call, hourly, and daily limits. If any agent tries to overspend — the payment is blocked before it goes through.

Quick Start

git clone https://github.com/valeo-cash/x402-fleet-manager
cd x402-fleet-manager
npm install

# Optional: add your Sentinel API key
export SENTINEL_API_KEY=your-key

npm start

Set up alerts

Go to sentinel.valeocash.com/dashboard/integrations to connect Slack, Discord, or PagerDuty. Get notified when any agent hits 80% of its budget.

Customize

Edit the agents array in index.ts to add your own agents, endpoints, and budget limits.

Test Your Endpoints

npx @x402sentinel/test https://your-endpoint.com

Verify your x402 endpoints are correctly configured before going to production.


Powered by Sentinel

All AI Agents projects →