Actions
| Name | Description |
|---|---|
list_usersList users in your Okta organization | List users in your Okta organization |
get_userGet a specific user by ID or login | Get a specific user by ID or login |
list_groupsList groups in your Okta organization | List groups in your Okta organization |
list_applicationsList applications in your Okta organization | List applications in your Okta organization |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'okta',
actionName: 'list_users',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Okta to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Okta support?
Okta supports 4 actions including List Users, Get User, List Groups, List Applications.
Can I use Okta with AI agents?
Yes. Add Okta to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Okta use?
Okta uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Okta integration cost?
The Okta integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Okta in 2 minutes
Get 1,000 free actions every month. No credit card required.