Request a 5-hour workshop Claude-Code key (public)
ic_request_workshop_keyWalk-in flow: request a 5-hour Z.ai Claude-Code key tied to an upcoming IC event. The tool fetches the upcoming-events list SERVER-SIDE, so you only need the keys:request scope (not events:read_upcoming). Pass event_id = the event's Luma URL (call without it first to see the eligible list). An IC operator approves before the key mints. Args: { event_id?: string, note?: string }. Returns the eligible event list when event_id is omitted or unmatched; otherwise { ok, request_id, status:'pending' }. Required scope: keys:request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional context for the operator reviewing the request. | |
| event_id | No | The upcoming event you're attending (its Luma URL, e.g. https://luma.com/<slug>). Omit to list eligible events first. |