Card snapshot
api.sisaacson.io
·
2026-08-11 13:45:46 UTC
·
2aada3b9b41a4a3991b48fa73209b79982cbab1efde79ecef1b03fb5a2877c47
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Scott's AI Concierge",
"description": "AI concierge for Scott Isaacson \u2014 book interviews, schedule UKG integration consulting, ask about his 22-year career at UKG, or get workforce management API guidance. Supports free interviews/coffee chats and paid consulting sessions.",
"version": "1.1.0",
"url": "https://api.sisaacson.io",
"documentationUrl": "https://sisaacson.io/agent",
"iconUrl": "https://sisaacson.io/favicon.ico",
"provider": {
"name": "dayforge.io",
"url": "https://dayforge.io"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain"
],
"supportedInterfaces": [
{
"url": "https://api.sisaacson.io",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"skills": [
{
"id": "book-interview",
"name": "Book Interview",
"description": "Schedule a free interview with Scott Isaacson. Available durations: 30 minutes (screening) or 60 minutes (full interview). Scott is available Monday\u2013Friday, 9:00 AM \u2013 4:30 PM ET.",
"tags": [
"interview",
"scheduling",
"career",
"booking"
],
"examples": [
"Book a 30-minute interview next Tuesday at 2pm",
"Schedule a full interview for August 14 at 10am",
"I want to book an interview with Scott"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "book-consulting",
"name": "Book UKG Consulting",
"description": "Schedule a paid UKG integration consulting session with Scott. 60-minute architecture review ($200) or 90-minute deep-dive ($275). Requires Stripe payment. Scott has 22 years of UKG/WFM integration experience.",
"tags": [
"ukg",
"consulting",
"integration",
"architecture",
"paid"
],
"examples": [
"Book a 60-minute UKG consulting session on August 14",
"I need help with timeclock integration \u2014 90 minutes",
"Schedule a paid consulting call about UKG Dimensions"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "reschedule-booking",
"name": "Reschedule Booking",
"description": "Change the date or time of an existing interview or consulting session. Requires the email used for the original booking.",
"tags": [
"reschedule",
"booking",
"modify"
],
"examples": [
"Reschedule my interview from Tuesday to Wednesday",
"Move my consulting session to next week",
"I need to change the time of my booking"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "cancel-booking",
"name": "Cancel Booking",
"description": "Cancel an existing interview or consulting session. Refunds processed automatically for paid consulting if cancelled with sufficient notice.",
"tags": [
"cancel",
"booking",
"refund"
],
"examples": [
"Cancel my interview",
"I need to cancel my consulting session",
"Cancel my booking for August 14"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "check-availability",
"name": "Check Availability",
"description": "Find open time slots in Scott's calendar for a specific date and meeting type. Returns available slots in ET (America/New_York).",
"tags": [
"availability",
"calendar",
"slots"
],
"examples": [
"When is Scott free next week?",
"Check availability for August 12",
"What times are open for a 60-minute session?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "career-qa",
"name": "Career Q&A",
"description": "Ask about Scott Isaacson's 22-year career at UKG (Ultimate Software -> Kronos -> UKG), his transition to product management, technical skills, leadership experience, and specific projects.",
"tags": [
"career",
"resume",
"ukg",
"product-management",
"experience"
],
"examples": [
"Tell me about Scott's experience with UKG APIs",
"What is Scott's background in product management?",
"Has Scott led API platform strategy?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "ukg-integration-help",
"name": "UKG Integration Help",
"description": "Get UKG workforce management integration guidance. Covers UKG Pro, Dimensions, and Central. Common patterns: timeclock->payroll sync, absence<->scheduling flows, Analytics API, webhook streaming.",
"tags": [
"ukg",
"integration",
"api",
"workforce",
"troubleshooting"
],
"examples": [
"How do I sync timeclock data to payroll?",
"Troubleshoot UKG Dimensions webhook failures",
"What is the best architecture for absence scheduling integration?"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
},
{
"id": "coffee-chat",
"name": "Coffee Chat",
"description": "Schedule a free 20-minute informal networking call with Scott. No agenda required \u2014 great for introductions and casual conversations.",
"tags": [
"networking",
"coffee",
"chat",
"free"
],
"examples": [
"Book a coffee chat next week",
"Can we do a quick 20-minute call?",
"I'd like to meet Scott informally"
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/plain"
]
}
],
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"description": "API key passed in the Authorization header as Bearer token. Used for admin/booking endpoints."
}
},
"securityRequirements": [
{
"apiKey": []
}
]
}