{
  "id": 312474,
  "title": "Securing AI agents with temporal policies in Amazon Bedrock AgentCore",
  "url": "https://urgent.news/2026/08/06/securing-ai-agents-with-temporal-policies-in-amazon-bedrock-agentcore",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-06T18:57:55.000Z",
  "source": {
    "name": "AWS Machine Learning",
    "slug": "aws-machine-learning",
    "url": "https://aws.amazon.com/blogs/machine-learning/securing-ai-agents-with-temporal-policies-in-amazon-bedrock-agentcore/"
  },
  "original_language": "en",
  "account": "Amazon Bedrock AgentCore introduces temporal policies to provide stateful, session-aware authorization controls for AI agents. Traditional access controls treat each action as independent, but AI agents make decisions about which tools to call, arguments to use, and in what order. This flexibility can lead to authorization gaps if not accounted for. Temporal policies address this by evaluating each request in the context of the agent's session history, ensuring authorization rules account for the ordered sequence of actions. These policies run at the AgentCore Gateway perimeter, outside the agent's code, so the agent cannot manipulate them. Temporal policies help enforce workflow sequencing, prevent data fabrication, cap financial exposure, and require human approval for high-value actions. They operate on traffic through the AgentCore Gateway, governing all tool calls, agent-to-agent calls, and model inference calls. To use temporal policies, requests must include an x-amzn-bedrock-agentcore-policy-session-id header to identify the session. This session boundary can represent a single user conversation, multi-step task, or longer workflow.",
  "summary": "Temporal policies in Amazon Bedrock AgentCore let you define stateful rules that evaluate authorization based on an agent's session history. Learn how to enforce workflow sequencing, prevent data fabrication, cap financial exposure, and require human approval for high-value actions.",
  "key_points": [
    "Temporal policies provide stateful, session-aware authorization for AI agents",
    "Policies run at AgentCore Gateway perimeter, outside agent's code",
    "Session boundary identifies conversation, task, or longer workflow"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 2,
    "also_reported_by": [
      {
        "outlet": "AWS Machine Learning",
        "title": "How TReNDS automates root-cause analysis with Amazon Bedrock",
        "url": "https://urgent.news/2026/08/07/how-trends-automates-root-cause-analysis-with-amazon-bedrock",
        "published": "2026-08-07T16:22:50.000Z"
      }
    ]
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}