Skip to main content

Environment

On the Environment screens, you can view, add, and update the environments in which AI agents run. You configure the harness type (connection target), networking, and packages.

Environments

How to access

Click [AI] -> [AI Agent], then click [Environments] in the navigation at the top of the screen.

Field descriptions

FieldDescription
NameDisplays the environment name. Click it to open the environment editor.
HarnessDisplays the harness type of the environment.
NetworkingDisplays the networking setting.
StatusDisplays the status of the environment.
Anthropic IDDisplays the environment ID.
Updated onDisplays the date and time the environment was last updated.

Click [Add] to create a new environment.

Environment Editor

How to access

Click the name of the target environment in the environment list.

Basic fields

FieldDescription
NameSet the environment name. (Required)
HarnessSelect the connection target for agents. (Required)
MemoEnter a memo for management purposes.

Select the harness type from the following:

HarnessDescription
AWS Bedrock AgentCore Managed HarnessConnects to the AWS Bedrock AgentCore Managed Harness. Select an AWS region, and Kuroco automatically creates a Managed Harness per agent. Conversation history is kept on the AWS side, and MCP connects via AgentCore Gateway OAuth.
Anthropic Managed AgentsConnects to the Anthropic Managed Agents API (api.anthropic.com). Agents, sessions, vaults, and MCP credentials are kept on the Anthropic side.

AWS Bedrock AgentCore Managed Harness settings

Displayed when [AWS Bedrock AgentCore Managed Harness] is selected as the harness type.

FieldDescription
AWS RegionSelect the AWS region where the Runtime resides. (Required) Choose from Asia Pacific (Tokyo) - ap-northeast-1 / US East (N. Virginia) - us-east-1 / US West (Oregon) - us-west-2 / Europe (Frankfurt) - eu-central-1 / Asia Pacific (Sydney) - ap-southeast-2.
Execution Role ARNIf left empty, the execution role from the OEM settings is used.
caution

The AWS region cannot be changed after the harness is created.

Anthropic Managed Agents settings

Displayed when [Anthropic Managed Agents] is selected as the harness type.

FieldDescription
Anthropic API KeySet the Anthropic Managed Agents API key (sk-ant-...) for this environment. (Required) It is stored per environment. Leave the field empty to keep an already-saved key.
NetworkingSelect either "unrestricted" (full outbound network access, except safety blocklist) or "limited" (restrict access to allowed hosts only). (Required)
PackagesEnter the packages to install in the agent environment, one line per package manager. Format: manager:pkg1,pkg2 (e.g. pip:pandas,numpy / npm:express / apt:ffmpeg)

If "limited" is selected for Networking, configure the Limited Networking Settings.

FieldDescription
Allowed HostsEnter the domains to allow, one per line. HTTPS only. (e.g. api.example.com)
Allow MCP ServersThe MCP server endpoints configured on agents are always accessible (always ON).
Allow Package ManagersAllows access to public package registries (PyPI, npm, etc.).

After configuring, click [Update] to save.


Support

If you have any other questions, please contact us or check out Our Slack Community.