{ "name": "api", "description": "Hono API with routing", "secrets": [], "intent": { "keywords": ["api", "endpoint", "webhook", "worker"], "examples": ["stripe webhook API", "REST API endpoint"] }, "hooks": { "postDeploy": [ { "action": "clipboard", "text": "{{url}}", "message": "Deploy URL copied to clipboard" }, { "action": "shell", "command": "curl -s {{url}}/health | head -c 200", "message": "Testing API..." }, { "action": "box", "title": "Deployed: {{name}}", "lines": ["URL: {{url}}", "", "API is live!"] } ] } }