AgentWeb agent quickstart
- Discover AgentWeb with /llms.txt, A2A Agent Card, OpenAPI, and MCP tools.
- Run
POST /api/readiness/scan with a company URL.
- When a user asks to install AgentWeb for a repo or business, read Install AgentWeb and call
agentweb_install_agentweb.
- Read action catalog for allowed actions, disallowed actions, required fields, auth, payment, and verification rules.
- Use
agentweb_price_setup to understand package, usage meters, and payment-authority requirements.
- Create checkout only after the customer approves scoped payment authority.
- Wait for Stripe webhook entitlement, then verify install and execute approved Agent Maps.
Minimal scan request
curl -X POST https://agentweb.us/api/readiness/scan \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com","agent_protocol":"mcp","discovery_surface":"llms_txt"}'
Next docs