INTREXA AXIS
← INTREXA

— Published work

All our writing, in one place.

24 posts from the AGF open work supported by INTREXA — engineering guides, executive briefings, and ideas on agent authorization.

ENGINEERING · AUG 27, 2026

agf-sdk 0.7.0: LangGraph, OpenAI Agents SDK, and a Warm-Container Fix

Two new framework adapters, plus a real correctness fix for a broken sync/async bridge that crashed anything reusing an AGF client across repeated calls.

Read article ↗
ENGINEERING · AUG 27, 2026

How to Add Authorization Gates to AWS Lambda Agent Functions

A Lambda handler running an AI agent is just a function — but it's a function reused across warm invocations, and that changes what 'safe to guard' requires.

Read article ↗
ENGINEERING · AUG 27, 2026

How to Add Authorization Gates to LangGraph Agents

LangGraph gives you two different places to put an agent's logic, and they need two different authorization patterns. Here's both, plus the one shape that needs a third.

Read article ↗
ENGINEERING · AUG 27, 2026

How to Add Authorization Gates to OpenAI Agents SDK Tools

OpenAI's Agents SDK ships its own tool guardrail hook. Here's why we didn't build on top of it, and what we built instead.

Read article ↗
IDEAS · JUL 29, 2026

Explainability Tells You Why. Authority Tells You Whether.

As AI agents move from answering questions to taking actions, explainability stops being enough. Did the agent actually have the authority to act?

Read article ↗
ENGINEERING · JUL 12, 2026

A2A Needs an Authorization Layer, Too

The Agent2Agent protocol standardizes how one agent delegates work to another. It doesn't standardize whether that delegation should be allowed.

Read article ↗
ENGINEERING · JUL 12, 2026

Governing Agents That Drive a Browser, Not Just Ones That Call APIs

A browser-automation agent has no downstream server to front as a gateway. Here's how AGF governs that case instead.

Read article ↗
ENGINEERING · JUL 12, 2026

Not Every Agent Speaks MCP or A2A — the HTTP Gateway Covers the Rest

Plenty of agents still just call a plain REST API. The AGF HTTP Gateway fronts those too, without requiring the downstream API to change.

Read article ↗
STANDARDS · JUL 12, 2026

The AGF Specifications Are Now Public: 27 Open Standards for Agent Governance

Every AGF specification is now published under Apache 2.0, with an open RFC process and a conformance path for independent implementations.

Read article ↗
ENGINEERING · JUL 11, 2026

MCP Needs an Authorization Layer, Too

The Model Context Protocol standardizes how agents discover and call tools. It doesn't standardize whether they should be allowed to.

Read article ↗
IDEAS · JUL 5, 2026

Identity Gets Agents in the Door. Authorization Decides What Happens Next.

On Okta's Oktane 2026 positioning, and why the industry conversation is splitting into two layers: who an agent is, and what it's allowed to do.

Read article ↗
EXECUTIVE · JUL 8, 2026

CISO Brief: The Actual Attack Surface of Deployed Agents

Four attack patterns that actually show up in agent deployments, and the controls that address each one.

Read article ↗
EXECUTIVE · JUL 7, 2026

CISO Brief: Mapping Agent Governance to NIST, ISO 42001, and the EU AI Act

How AGF's audit artifacts map to the three compliance frameworks security teams are actually being asked about.

Read article ↗
EXECUTIVE · JUL 6, 2026

CISO Brief: What 'Securing AI Agents' Actually Means

Most 'AI security' conversations are about model safety. That's not the same problem as securing what an agent is authorized to do once deployed.

Read article ↗
ENGINEERING · JUL 2, 2026

Introducing agf-sdk: the AGF Python SDK Is on PyPI

One package, three ways to call it: a synchronous facade, an async client, and framework adapters for LangChain and CrewAI.

Read article ↗
ENGINEERING · JUL 4, 2026

Authorizing Tool Calls in AutoGen Multi-Agent Systems

AutoGen's function_map has no authorization concept. Here's how to gate it with the AGF Python SDK.

Read article ↗
ENGINEERING · JUL 3, 2026

Adding Authorization Gates to CrewAI Crews

CrewAI's Agent/Task/Crew model has no built-in concept of policy enforcement. Here's how to gate CrewAI tool calls with AGF.

Read article ↗
IDEAS · JUN 18, 2026

The Delegation Problem: When Agents Spawn Other Agents

Multi-agent systems inherit a centuries-old problem: how do you ensure the subordinate does what the principal actually authorized?

Read article ↗
IDEAS · JUN 16, 2026

Three Trust Zones: A Practical Model for Agent Authorization

Why there's no single revocation state, and why that's okay.

Read article ↗
ENGINEERING · JUN 17, 2026

How to Add Authorization Gates to LangChain Agents

LangChain makes it easy to build capable agents. Here's how to add policy enforcement in under 10 minutes.

Read article ↗
IDEAS · JUN 10, 2026

What Is AI Agent Governance? A Practical Introduction

Agent governance is a specific discipline most organizations aren't ready for yet. Here's what it actually means.

Read article ↗
IDEAS · JUN 9, 2026

Authentication Scales. Revocation Doesn't.

Why agent governance needs a new model for revocation.

Read article ↗
IDEAS · OCT 28, 2025

The Audit Problem: Why Agent Actions Are Hard to Trace

Most organizations deploying AI agents cannot answer a simple question: what did the agent do, and why?

Read article ↗
IDEAS · SEP 12, 2025

Why Autonomous Agents Need Their Own Identity Infrastructure

The API keys and service accounts we use for human-facing systems don't translate cleanly to agent systems.

Read article ↗