INSIGHTS

The FABRIQ blog

What we've seen & learned building the identity and governance layer for AI agents.

Featured

Open source · Release

mnemiq

An open-source text-to-SQL engine you can run on your own data, see where it goes wrong, and adjust — the model, the retrieval, the semantic layer and the verifier are all settings rather than internals.

Read the release
All
Classic painting used as the article cover
Agent SecurityAug 28, 2026
The OWASP Top 10 for Agentic Applications, Explained for Builders

A builder's translation of ASI01–ASI10: the concrete failure behind each risk, a realistic scenario, and which layer of the stack actually mitigates it. Most of these are not model problems.

SecurityArchitectureGovernance
Paulina Xu17 min
Classic painting used as the article cover
Technical GuideAug 21, 2026
Building a Connector: From OpenAPI Spec to Governed Agent Tools

Generating tools from an OpenAPI document is the easy 20%. This is the other 80%: operation selection, lossy schema mapping, per-user auth, pagination, backoff, idempotency, and write safety.

ConnectorsEngineeringProtocols
Paulina Xu19 min
Classic painting used as the article cover
Technical GuideAug 19, 2026
How to Build an MCP Server (Against the 2026-07-28 Spec)

A build guide written against the 2026-07-28 MCP specification: the stateless core, per-request capabilities, Extensions and Tasks, and what it takes to be a correct OAuth 2.1 resource server.

MCPProtocolsEngineering
Paulina Xu17 min
Classic painting used as the article cover
Technical GuideAug 17, 2026
Designing Tools Agents Can Actually Use

Tool schema design is the highest-leverage reliability work available to an agent team, and almost nobody does it deliberately. Naming, parameters, responses, errors, and the tool-count problem.

Tool DesignReliabilityEvaluation
Paulina Xu19 min
Classic painting used as the article cover
ArchitectureAug 12, 2026
The Enterprise AI Agent Integration Layer

Connecting an agent to a tool is the easy half. The hard half is deciding whether this agent, acting for this person, should be allowed to take this action — and proving afterward what it did.

ArchitectureAuthorizationIntegrations
Paulina Xu13 min
Classic painting used as the article cover
ComparisonAug 12, 2026
10 Best AI Agent Integration Platforms

A ranking of AI agent integration platforms judged on more than connector count: agent identity, acting-user authority, action-level permissions, credential handling, and auditability.

ComparisonsIntegrationsBuyer Guide
Agentic Fabriq14 min
Classic painting used as the article cover
Agent OperationsAug 12, 2026
Building Trust in Autonomous Systems

Trust doesn't come from claiming an agent is safe. It comes from proving it's governed — scoped, watched, recoverable, and owned by someone who can answer for it.

TrustAgent OperationsAccountability
Paulina Xu8 min
Classic painting used as the article cover
FrameworkAug 10, 2026
Agent Accountability Frameworks

Six named owners on paper is not the same as accountability. What matters is which roles can actually act in the first ten minutes of an incident, and which act afterward.

AccountabilityFrameworksGovernance
Paulina Xu7 min
Classic painting used as the article cover
AccountabilityAug 7, 2026
Who Is Responsible for an AI Agent?

Naming a business owner isn't the same as giving them a way to act. The interesting failure is what happens when the accountable person has no switch to pull.

AccountabilityGovernanceAgent Operations
Paulina Xu8 min
Classic painting used as the article cover
ComplianceAug 5, 2026
Preparing for Agent Compliance Regulations

Regulators will ask what a specific agent did on a specific day, not whether you have a policy. Build the evidence into how agents run now, because it can't be produced after the fact.

ComplianceGovernanceAudit Trails
Paulina Xu8 min
Classic painting used as the article cover
Best PracticesAug 3, 2026
Audit Logging Best Practices for AI Agents

Log agent identity, user context, tool calls, and the gate decision on every path a call can take. Tamper-resistant, connected across systems, and actually reviewable.

Audit TrailsLoggingBest Practices
Paulina Xu9 min
Classic painting used as the article cover
Agent OperationsJul 31, 2026
What Is an Agent Audit Trail?

A record of what an agent actually did — the action, the tool, the data, the user, the gate decision, and the outcome. Trust requires evidence.

Audit TrailsAccountabilityAgent Operations
Paulina Xu7 min
Classic painting used as the article cover
Agent SecurityJul 29, 2026
Agent Credentials vs. Human Credentials

Agents aren't human users and shouldn't silently borrow their access. Why an agent credential is a structurally different object, and what a healthier model looks like.

CredentialsIdentitySecurity
Paulina Xu9 min
Classic painting used as the article cover
Agent SecurityJul 27, 2026
Managing Secrets for AI Agents

Secrets don't belong in prompts, configs, or repos. Scoping, separation, traceability, rotation, and revocation for the credentials agents hold.

SecretsCredentialsSecurity
Paulina Xu9 min
Classic painting used as the article cover
Agent SecurityJul 24, 2026
What Is Agent Credential Management?

The keys, tokens, and secrets agents use to reach enterprise systems, and the operational discipline that keeps them scoped, stored, rotated, and revocable.

CredentialsSecurityAgent Operations
Paulina Xu8 min
Classic painting used as the article cover
Technical GuideJul 22, 2026
Permission Models for Autonomous Systems

Autonomy isn't binary. Reach and initiative are different questions, and the layer most models skip is whether an agent should act on its own or wait.

PermissionsAutonomyArchitecture
Paulina Xu7 min
Classic painting used as the article cover
PlaybookJul 20, 2026
Managing Agent Permissions at Scale

Templates, context-aware exceptions, automated reviews, and usage monitoring — bringing fragmented agent permissions into one governance model.

PermissionsGovernanceEngineering
Paulina Xu9 min
Classic painting used as the article cover
Best PracticesJul 17, 2026
Agent Permissions Best Practices

Least privilege, action-level scopes, user-aware permissions, approvals for high-risk actions, and reviews — treating permissions as dynamic controls.

PermissionsSecurityBest Practices
Paulina Xu7 min
Classic painting used as the article cover
AuthorizationJul 15, 2026
Agent Authorization vs. Authentication

Authentication verifies identity; authorization determines access. Why agents need both, and what changes when the actor making the request isn't a person.

AuthorizationAuthenticationIdentity
Paulina Xu8 min
Classic painting used as the article cover
AuthorizationJul 13, 2026
Role-Based Access Control for AI Agents

RBAC is a strong foundation for agent permissions, and a specific, predictable way it breaks. What belongs in a role, and what never should.

AuthorizationRBACSecurity
Paulina Xu7 min
Classic painting used as the article cover
AuthorizationJul 10, 2026
Agent Authorization Explained

Authorization is not one decision but several, checked in sequence. A plain walkthrough of the layers, the intersection rule, and why the two most common failures sit at opposite extremes.

AuthorizationSecurityAgent Operations
Paulina Xu7 min
Classic painting used as the article cover
Agent SecurityJul 8, 2026
Agent Offboarding and Decommissioning

The most overlooked part of agent governance: retiring agents cleanly so abandoned agents don't become invisible access paths.

OffboardingLifecycle ManagementSecurity
Paulina Xu9 min
Classic painting used as the article cover
PlaybookJul 6, 2026
Provisioning AI Agents at Scale

Identity, registration, scoped authorization, credentials, and monitoring by default: a repeatable six-stage path to production for hundreds of agents.

ProvisioningLifecycle ManagementEngineering
Paulina Xu9 min
Classic painting used as the article cover
Agent OperationsJul 3, 2026
What Is Agent Lifecycle Management?

Managing an agent from proposal through approval, production, change management, and retirement — so agents don't drift out of control.

Lifecycle ManagementAgent OperationsGovernance
Paulina Xu8 min
Classic painting used as the article cover
Agent OperationsJul 1, 2026
Agent Registry vs. Agent Inventory

Inventory and registry aren't rival terms fighting over one meaning. They're sequential records, and one has to feed the other before either is useful.

Agent RegistryAgent InventoryGovernance
Paulina Xu6 min
Classic painting used as the article cover
PlaybookJun 29, 2026
Building an Enterprise Agent Registry

From intake to authorization to periodic review — how to make approved, governed agent deployment a repeatable process.

Agent RegistryEngineeringGovernance
Paulina Xu8 min
Classic painting used as the article cover
Agent OperationsJun 26, 2026
What Is an Agent Registry?

The formal system of record for approved agents — the control plane that defines which agents are recognized, governed, and allowed to operate.

Agent RegistryAgent OperationsGovernance
Paulina Xu6 min
Classic painting used as the article cover
Agent OperationsJun 24, 2026
Agent Visibility vs. Agent Governance

A written rule that nobody can verify is being followed isn't governance yet. It's a document. Visibility is what turns it into something real.

Agent VisibilityAgent GovernanceAgent Operations
Paulina Xu6 min
Classic painting used as the article cover
PlaybookJun 22, 2026
Achieving Agent Visibility Across the Enterprise

When an agent misbehaves, the useful question isn't what logs exist. It's what to pull up first, in what order, and whether the pieces resolve to one story.

Agent VisibilityObservabilitySecurity
Paulina Xu7 min
Classic painting used as the article cover
Agent OperationsJun 19, 2026
What Is Agent Visibility?

Seeing where agents operate, what they access, what they do, and how they behave over time — the operational layer beyond a static inventory.

Agent VisibilityObservabilityAgent Operations
Paulina Xu7 min
Classic painting used as the article cover
Agent OperationsJun 17, 2026
Agent Inventory vs. CMDB

A CMDB confirms an agent exists. It has no field for what the agent is allowed to do, and that gap is exactly where a security review stalls.

Agent InventoryCMDBIT Operations
Paulina Xu6 min
Classic painting used as the article cover
PlaybookJun 15, 2026
Building an Enterprise Agent Inventory

A practical playbook for discovering, normalizing, and owning every agent across AI platforms, SaaS, cloud, and code.

Agent InventoryEngineeringGovernance
Paulina Xu8 min
Classic painting used as the article cover
Agent OperationsJun 12, 2026
What Is an Agent Inventory?

A structured system of record for every agent: who owns it, what it can access, what it can do, and whether it's still approved to operate.

Agent InventoryAgent OperationsGovernance
Paulina Xu6 min
Classic painting used as the article cover
Agent SecurityJun 10, 2026
The Rise of Shadow Agents

Shadow IT has an AI successor: shadow agents — autonomous systems running with real access but no visibility, ownership, or governance.

Shadow AgentsSecurityAgent Discovery
Paulina Xu7 min
Classic painting used as the article cover
Agent DiscoveryJun 8, 2026
Why Enterprises Need Agent Discovery

One unregistered vendor-portal agent, walked through end to end, shows exactly where discovery would have shortened an incident from days to hours.

Agent DiscoverySecurityGovernance
Paulina Xu8 min
Classic painting used as the article cover
Agent OperationsJun 5, 2026
What Is Agent Discovery?

Identifying every AI agent operating across your enterprise — internal, third-party, SaaS-embedded, or API-connected — is the first layer of Agent Operations.

Agent OperationsAgent DiscoveryGovernance
Paulina Xu8 min
Winslow Homer painting, Rough Work (1883)
AI GovernanceJun 3, 2026
AI Governance Has to Move From Policy to Runtime

Why written policy and model approvals can't govern systems that retrieve data, call tools, and take action in real time — and what runtime governance looks like.

GovernanceRuntimeEnterprise
Paulina Xu13 min
Coastal landscape painting
ComplianceMay 26, 2026
The Compliance Cost of Uncontrolled AI Agents

How misaligned agents quietly generate real financial risk — and why the true cost is far higher than most companies realize.

ComplianceRiskGovernance
Paulina Xu8 min
Winslow Homer watercolour of a harbour under sail, used as the article cover
PrimerMay 11, 2026
Identity for AI Agents: A Technical Primer

A technical primer on identity for AI agents — what it means, why traditional IAM falls short, and how to build per-agent identity, scopes, MCP/OAuth integration, audit, and revocation.

IdentityAI AgentsSecurity
Agentic Fabriq7 min
Winslow Homer watercolour of a boy waiting beside a beached dory, used as the article cover
Deep DiveMay 11, 2026
MCP, OAuth, and the Agent Permissioning Problem

MCP standardizes how agents call tools. OAuth standardizes how apps get tokens. Neither decides whether a specific agent should take a specific action for a specific user right now.

MCPOAuthIdentity
Agentic Fabriq8 min
Landscape painting of cattle grazing in an open valley, used as the article cover
ProductionMay 11, 2026
Why AI Agents Need Permissioning, Audit Logs, and Revocation

The three controls that separate AI agent demos from AI agent deployments: per-action permissioning, immutable audit logs, and immediate revocation. Why each is non-negotiable.

PermissioningAuditRevocation
Agentic Fabriq9 min
Rowboat realism marine painting
EngineeringApr 13, 2026
A Developer's Guide to Thinking in Agents, Not Apps

An app is safe to get wrong because a human reviews the output before anything happens. An agent removes that review by design — here's what that costs, concretely.

EngineeringMental ModelsAgents
Paulina Xu9 min
Abstract artistic composition
Technical GuideJan 19, 2026
Multi-Agent Patterns as Workflow Loops

The multi-agent patterns everyone diagrams (two-agent loops, group chat, manager-worker, hierarchies) all reduce to the same node-and-edge graph. What actually decides whether one runs safely is the termination logic, not the shape.

ArchitectureAgentsWorkflows
Paulina Xu12 min
Mediterranean watercolor painting with orange trees
Technical GuideJan 19, 2026
From One Agent Runtime to Many: What Actually Needs to Stay Centralized

Decentralizing your agent stack isn't an all-or-nothing move. Execution should be allowed to fragment across teams; connectivity and identity shouldn't, and conflating the two is where these architectures go wrong.

ArchitectureAgentsEnterprise
Paulina Xu10 min
Tropical watercolor landscape
Technical GuideJan 19, 2026
Agent Design Patterns: Which Ones Are Actually Worth Building

A working catalogue of single- and multi-agent design patterns, with an opinion attached to each one: what it buys you, what it costs, and whether a team shipping this quarter should reach for it.

ArchitectureAgentsDesign Patterns
Paulina Xu11 min
Boys and Kitten by Winslow Homer
User ExperienceDec 6, 2025
Why AI Agents Need Personality

And why \"a little charm\" makes automation more reliable, trustworthy, and usable.

User ExperienceAgentsDesign
Paulina Xu6 min
Winslow Homer painting of a ship navigating stormy seas
Agent securityNov 25, 2025
Why OAuth Alone Isn't Enough for AI Agents

OAuth checks whether a token is valid, not whether the action behind it is a good idea. That gap is where autonomous agents cause real damage.

OAuthAgentsSecurity
Paulina Xu8 min