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.

Each row below is one entry in this tenant's manifest. Public actions answer immediately, gated actions return a challenge, paid actions quote a 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