---
title: Amazon Bedrock Agent Browser
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Amazon Bedrock Agent Browser
---

> For the complete documentation index, see [llms.txt](https://docs.datadoghq.com/llms.txt).

# Amazon Bedrock Agent Browser

The Amazon Bedrock Agent Browser is a component of Bedrock Agents that allows an agent to retrieve and display web‑based information during a task. It provides structured responses from browsing actions so an agent can reference online content, extract data, or verify details as part of its reasoning process.

```
aws.bedrock_agentcore_browser
```

## Fields

| Title                 | ID   | Type       | Data Type                                                                                                                      | Description |
| --------------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| _key                  | core | string     |
| account_id            | core | string     |
| browser_arn           | core | string     | The Amazon Resource Name (ARN) of the browser.                                                                                 |
| browser_id            | core | string     | The unique identifier of the browser.                                                                                          |
| browser_signing       | core | json       | The browser signing configuration that shows whether cryptographic agent identification is enabled for web bot authentication. |
| certificates          | core | json       | The list of certificates configured for the browser.                                                                           |
| created_at            | core | timestamp  | The timestamp when the browser was created.                                                                                    |
| description           | core | string     | The description of the browser.                                                                                                |
| enterprise_policies   | core | json       | The list of enterprise policy files configured for the browser.                                                                |
| execution_role_arn    | core | string     | The IAM role ARN that provides permissions for the browser.                                                                    |
| failure_reason        | core | string     | The reason for failure if the browser is in a failed state.                                                                    |
| last_updated_at       | core | timestamp  | The timestamp when the browser was last updated.                                                                               |
| name                  | core | string     | The name of the browser.                                                                                                       |
| network_configuration | core | json       | The network configuration for a browser. This structure defines how the browser connects to the network.                       |
| recording             | core | json       | The recording configuration for a browser. This structure defines how browser sessions are recorded.                           |
| status                | core | string     | The current status of the browser.                                                                                             |
| tags                  | core | hstore_csv |
