Okta for your agents.
Connect Okta once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 12 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Okta.
What agents can do with Okta
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
okta_list_usersCheck the token: list users in the Okta org.
okta_get_userGet details for a specific user by id or login email.
okta_list_groupsList all groups in the org.
okta_list_applicationsList all applications in the org.
okta_get_logsGet system log events. Use filter to narrow by event type.
okta_list_factorsList all security question factors for a user (MFA enrollment).
okta_get_groupGet details for a specific group by its id.
okta_list_group_membersList members of a specific group.
okta_get_applicationGet details for a specific application by id.
okta_create_userCreate a new user in Okta. `profile` includes firstName, lastName, email, and login.
okta_deactivate_userDeactivate a user by id. Deactivated users cannot log in.
okta_activate_userActivate a deactivated user by id. Triggers a password reset email if sendEmail is true.
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 your Okta org as an admin.
- Go to Security > API > Tokens, click 'Create Token', name it, and copy the token.
- Enter your Okta org URL (e.g. https://your-org.okta.com). Paste the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Okta to Even: call connect_begin("okta") on the even-connect MCP and walk me through it.
List active users and groups in Okta, then retrieve system logs for a date range.
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.