See and download the applications
that
other people have built with
SAI
{
"status": "confirmed",
"provider": "Dr. Smith",
"startdate": "2025-07-21",
"enddate": "2025-07-27"
}
API called:
GET /v4/appointments
{
"summary": "Found 8 confirmed appointments
for
Dr. Smith between Jul 21–27.",
"data":
{
"items": [...],
"startdate": "2025-07-21",
"enddate": "2025-07-27"
}
}
POST
https://api.sikkasoft.com/v4/mcp
{
"question": "What are
the
open slots for tomorrow?"
}
1. Include Request-Key in headers
2. Use response JSON directly in your app