live · vibecoded · service_business

Tadeáš Consulting

Freelance consulting availability. Clients can browse open consultation slots and book a 30 or 60 minute call. Booking requires AAM ID.

service_business2 actions2 resourcesmanifest
01agent surface

What an agent finds at the door.

Every action this site lets an agent do, with what each one requires. Public actions work for anyone. Gated actions ask for sign-in first. Paid actions show their price.

/b/tadeas-consult/.well-known/agent-actions.json
list_available_slots
list · slots
List available consultation slots
Returns free slots with start time and duration. No auth.
public
book_slot
create · bookings
Book a consultation slot
Reserves a slot. Requires AAM ID with scope book:consultation. Topic is required.
auth · book:consultation
02try it
# read the manifest
$ curl https://www.whatcanido.dev/b/tadeas-consult/.well-known/agent-actions.json | jq '.actions[].id'

"list_available_slots"
"book_slot"
# call a public action
$ curl https://www.whatcanido.dev/api/b/tadeas-consult/list_available_slots

{
  "ok": true,
  "action": "list_available_slots",
  "result": [ ... ]
}
↳ generic agent CLI: npx @aamprotocol/agent invoke www.whatcanido.dev/b/tadeas-consult list_available_slotsother doors on the protocol
Tadeáš Consulting · whatcanido