Bedrock AgentCore CLI
Use AWS Bedrock AgentCore tools from the command line.Commands
Code Interpreter
Browser Navigate
Browser Click
Browser Fill
Options
| Option | Type | Description |
|---|---|---|
--code | string | Python code to execute |
--file | string | Path to Python file |
--url | string | URL to navigate to |
--selector | string | CSS selector |
--value | string | Value to fill |
--timeout | number | Timeout in ms |
Environment Variables
| Variable | Required | Description |
|---|---|---|
AWS_ACCESS_KEY_ID | Yes | AWS access key |
AWS_SECRET_ACCESS_KEY | Yes | AWS secret key |
AWS_REGION | Yes | AWS region |
Related
- Bedrock AgentCore - Code documentation

