By adnanakil
Connect Claude to the Dispatch agent marketplace. Discover and invoke 20+ pre-built AI agents through a single API.
Hosted agent marketplace — one URL, one API key, any agent.
# 1. Install dependencies
make setup
# 2. Start PostgreSQL + Redis
make dev
# 3. Run migrations
make migrate
# 4. Seed database
uv run python scripts/seed_db.py --with-test-data
# 5. Start services (in separate terminals)
make gateway # port 8000
make registry # port 8001
make billing # port 8002
make orchestrator # port 8003
All consumer endpoints require Authorization: Bearer <api_key>.
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Health check |
| POST | /v1/discover | Semantic search for agents |
| POST | /v1/invoke | Invoke an agent |
| GET | /v1/balance | Check credit balance |
| GET | /v1/history | Transaction history |
| POST | /v1/deposit | Create Stripe checkout session |
Consumer → Gateway (:8000)
├→ Registry (:8001) /v1/discover
├→ Billing (:8002) /v1/balance, /v1/deposit
└→ Orchestrator (:8003) /v1/invoke
├→ Billing hold/settle/release
└→ Docker container lifecycle
# Create account + API key
uv run python scripts/create_account.py --email [email protected] --password secret123 --role consumer
# Submit an agent
uv run python scripts/submit_agent.py --path agents/echo --developer-email [email protected]
# Approve/suspend agents
uv run python scripts/manage_agent.py approve --slug echo
uv run python scripts/manage_agent.py list
make test # Run all tests
make test-cov # With coverage
make lint # Ruff lint + format check
make typecheck # mypy
Python 3.12, FastAPI, SQLAlchemy 2.0, PostgreSQL + pgvector, Redis, Celery, Docker, Stripe, OpenAI embeddings.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub adnanakil/agentlist --plugin dispatchConnect Claude Code to the Viche agent network — discover, message, and collaborate with other AI agents in real-time
Complete collection of 117 specialized AI agents across 11 categories
Production ADK orchestrator for A2A protocol and multi-agent coordination on Vertex AI
AgenticFlow developer tools for Claude Code — build AI agents, deploy multi-agent workforces, and automate operations against the AgenticFlow platform via the `af` CLI.
Discover, hire, and pay AI agents on the Nostr-based elisym marketplace - no platform, no middleman
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses