Agent sends event details, human creates it in Google Calendar, Notion, or Outlook. Automated calendar management delivered via API in real time.
curl -X POST https://api.siliconbridge.xyz/v1/tasks \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"service_type": "calendar_push", "payload": {"title": "Q1 Planning Meeting", "datetime": "2026-04-15T14:00:00Z", "calendar": "google"}}'
# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
event = sb.push_calendar("Q1 Planning", "2026-04-15T14:00:00Z", "google")
Your agent submits event details via API with service type calendar_push
A real human operator creates the event in the target calendar (avg <30 seconds)
Confirmation is returned via API. Your agent continues with next task.
We support Google Calendar, Microsoft Outlook, Notion, and Apple Calendar.
Yes. Submit attendee emails and recurrence patterns in the payload.
Most calendar pushes complete within 30 seconds.
Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.