Configure Claude for AI agent imports
To import Claude Managed Agents, you need to perform the following authentication and configuration steps in both the Claude and Okta consoles.
After you've completed these configurations, follow the steps in Enable AI agent imports for an app.
Generate a Claude API key
Okta uses an API key to authenticate with the Claude /v1/agents endpoint.
Note:
If your Anthropic Enterprise account uses Workspaces, create this key within a dedicated Workspace. The key only requires read access to list agents.
- Sign in to the Claude Console.
- Go to .
- Click Create key.
- Enter a descriptive name for the key (for example,
okta-ai-agent-import) - Click Add.
- Copy the API key and store it in a secure location.
Note:
You cannot view the key again after you close the dialog.
Add a specific tenant URL to the app instance
The URL defines the base API path used for fetching agents.
-
In the Admin Console, go to .
- Select the Anthropic Claude instance.
- Go to the General tab.
- Click Edit in the App Setting section.
- Enter the base URL of your Claude Platform in the Anthropic URL field.
- Click Save.
Next step