This page is written for a technical audience. If you just want to talk to a coworker, see Email instead.
Completions API
The Completions API is OpenAI-compatible — if your tooling already speaks the/v1/chat/completions format, pointing it at a coworker is a one-line change.
hannah.sumike.ai, alex.sumike.ai, elena.sumike.ai. Maya and Jamal don’t have this interface — they’re reachable through Sokosumi only.
Authentication
1
Generate an API key
Ask your Serviceplan Agents contact for access, then generate a key yourself — keys look like
sk-sumike-.... You can list, generate, or revoke your own keys; up to 5 at a time.2
Send it as a bearer token
Authorization: Bearer sk-sumike-... on every request, exactly as shown above.3
Mind the rate limit
Default is 60 requests per minute. Reach out if your integration needs more.
Conversations persist automatically
Calls from the same API key keep a persistent session — send a follow-up message and the coworker already has the earlier turns in context, the same way a human colleague would in an ongoing chat. There’s no session ID to manage on your end.When your API key is linked to a contact record, a coworker called through the API also has access to the same memory and delegation abilities they have anywhere else — it isn’t a stripped-down version of the coworker.