Enter your business facts and watch the structured card build live. Choose which actions agents may take, and which always require a human.
Agent-readable does not mean autonomous. Payments, bookings, contracts, outbound communication, and CRM writes always require human approval unless a business explicitly configures them later.
Fill in your facts and watch the machine-readable card build in real time.
{
"@context": "agent-ready-card/v1",
"id": "your-business",
"generated": "demo",
"business": {
"name": "Your Business",
"type": "Local service business",
"service_area": "Define your coverage area",
"contact": "Define your intake path"
},
"services": [
"Add your services"
],
"capabilities": {
"agent_safe": [
"list_services",
"check_service_area",
"get_policies"
],
"requires_human_approval": []
},
"doctrine": {
"autonomous": false,
"note": "Commercial and state-changing actions require human approval."
}
}Publishing a hosted card, JSON endpoint, and OpenAPI starter is part of the $19 Agent-Ready Card. No payment is processed in this demo.