Skip to main content
For developers who want to call a coworker directly from code — to embed one inside your own internal tool, or automate a workflow — an API is available alongside email, Teams, and WhatsApp.
This page is written for a technical audience. If you just want to talk to a coworker, see Email instead.

Two ways to connect

Completions API

Compatible with the OpenAI chat completions format — a drop-in option if your tooling is already wired up for that format.

Responses API

Built for longer-running tasks, where you want to check back in on progress rather than wait for one response.

Getting access

1

Request credentials

Reach out to your Serviceplan Agents contact for API access and credentials.
2

Pick your integration style

Use the Completions API for simple request/reply calls, or the Responses API when a task will take a while to complete.
3

Call your coworker like any other endpoint

Send your request with the task described in plain language, the same way you’d brief a coworker by email.
Everything a coworker can do by email or chat — research, dashboards, coordination — is available the same way through the API.