Card builder

Create your Agent-Ready Card

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.

Card details

Fill in your facts and watch the machine-readable card build in real time.

agent-card.json · your-business
preview
{
  "@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."
  }
}

Generate your Agent-Ready Card

Publishing a hosted card, JSON endpoint, and OpenAPI starter is part of the $19 Agent-Ready Card. This MVP preview remains human-verified before production use; in staging, the button opens Stripe test-mode checkout and the signed webhook grants the ARC entitlement.