WorkOS for your agents.
Connect WorkOS once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 10 curated tools, discovered on demand, with your key stored on your machine and every call going direct to WorkOS.
What agents can do with WorkOS
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
workos_list_organizationsCheck the token: list all organizations configured in WorkOS.
workos_get_organizationGet details for a specific organization by id.
workos_list_usersList users in the WorkOS user management system.
workos_get_userGet details for a specific user by id.
workos_list_directory_syncList directory sync connections.
workos_create_userCreate a new user in the WorkOS user management system with email and optional password.
workos_delete_userPermanently delete a user by id.
workos_create_organizationCreate a new organization with domains and optional name.
workos_delete_organizationPermanently delete an organization by id.
workos_list_directory_groupsList directory groups for a directory sync connection.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log in to WorkOS Dashboard, go to API Keys from the sidebar.
- Click 'Create API Key', name it, select environment, and copy the key.
- Paste the key (starts with sk_... for live or sk_test_... for test).
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect WorkOS to Even: call connect_begin("workos") on the even-connect MCP and walk me through it.
List all WorkOS organizations and retrieve users in user management system.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.