INTREXA AXIS

INTREXA / Products & R&D

AI products for real work.
Research for what comes next.

INTREXA builds focused AI SaaS products and investigates the security and systems questions behind them. AXIS is our first product. FORGE is in development.

AXIS · DECISION FEEDILLUSTRATIVE
  • ALLOWread:catalogpurchasing-bot → catalog/items
  • ALLOWfile:writereport-agent → s3://corp-data/q2.csv
  • DENYdelete:backuppitch-demo → backups/nightly
  • REVIEWapprove:paymentpurchasing-bot → payments/vendor-invoice
  • ALLOWread:calendarpitch-demo → calendar/team-standup

— The platform

Every action, decided and recorded.

Before an agent touches a tool, AXIS verifies who delegated what, scores trust and risk, evaluates policy, and returns allow, deny or human review — with a signed receipt you can replay later.

  • ✓Works with LangChain, CrewAI, LangGraph, OpenAI Agents SDK, MCP, A2A and plain HTTP
  • ✓Open-source Python SDK: pip install agf-sdk
  • ✓Built on AAP, an open standard anyone can implement
See how AXIS decides →
authorize.pyILLUSTRATIVE
from agf import AgentGovernance

agf = AgentGovernance(api_key="…", org_id="org_acme")

result = agf.authorize(
    agent_id="did:agf:agt_01abc",
    action="read:calendar",
    resource="calendar/team-standup",
)

if result.allowed: # proceed
✓Chain verified✓Trust & risk scored✓Policy evaluated✓Receipt signed
ALLOWWithin the scope delegated to this agent.

— Inside AXIS

The interface, the evidence, and the rules.

AXIS dashboard, analytics view, from a demo organization

Real screenshot: the AXIS dashboard's analytics view, demo organization.

SIGNED RECEIPTILLUSTRATIVE
decision
ALLOW
action
read:calendar
resource
calendar/team-standup
chain
human → agent → sub-agent
evidence
structured, replayable
signature
✓ verified

Every decision leaves evidence, not a log line.

DELEGATION · CONCEPT

Authority only ever narrows.

calendar:*calendar:readread:standupHumaninitiatesAgent AorchestratorAgent Bsub-agentToolcalendar APIdelete:backupoutside granted scope

Illustrative example of the AGF delegation model (Spec 01).

PROTOCOLS

In front of every call.

Gateways put an authorization decision ahead of tool calls, agent-to-agent delegation and plain APIs.

MCPA2AHTTP / RESTBrowser agents

— The company

A product company with a research engine.

Intelligent software is moving from answering questions to taking actions. That shift creates opportunities for useful products and new demands for authority, safety, and accountability.

INTREXA develops products for specific operational needs while researching the deeper problems that will shape future systems. Each product has its own identity; the company connects them through engineering and R&D.

INTREXA TECHNOLOGIES (OPC) PRIVATE LIMITED · Chennai, India

— Products

Purpose-built AI software.

We give each product a clear job. The portfolio shows its stage so visitors can tell what exists today and what is coming next.

Current product01 / AXIS

AXIS

Authorization infrastructure for AI agents. Evaluate authority before sensitive actions, enforce decisions at execution, and connect outcomes to evidence.

axis.intrexa.inView AXIS preview ↗
In development02 / FORGE

FORGE

Our next product is taking shape. We will publish its purpose and capabilities when the experience is ready to show.

forge.intrexa.in · plannedUPCOMING
INTREXA / R&DIdeas that shape what we build next.Explore research ↗

The portfolio can grow as new research and customer needs lead to focused products.

— How we build

Research informs products. Products test the ideas.

Our work moves from a concrete problem to a model that can be tested, then to software a team can use. AGF and AXIS show that path in practice.

01 / INVESTIGATE

Define the problem

Study real operational boundaries and identify what current tools leave unresolved.

02 / MODEL

Make the rules explicit

Develop specifications, prototypes, and evaluation methods that can be examined and improved.

03 / SHIP

Build the product

Turn validated ideas into focused software with a clear user, workflow, and responsibility.

An example from our workAGF open authority model→AXIS authorization product

— Explore the system

From an open model to an enforced decision.

See how a research question becomes a practical control. This interactive illustration shows two views of the same work.

Illustrative flow · no live authorization request is made

INTREXA / System viewOPEN MODEL
01Agent authority question
02AGF specification
03Testable rules
04Implementation path

A shared model defines how authority, delegation, and evidence should be represented.

INTREXA R&D

Work on the questions behind the next product.

Our current focus is the behavior of autonomous systems: who gives them authority, how decisions remain valid, and how systems can trust one another. Research outcomes may become open work, prototypes, or products.

See our open work at AGF ↗
ACTIVE / AGFAgent identity & authority

How an agent's identity and delegated permissions can be represented and checked.

ACTIVE / AGF + AXISExecution integrity

How an approved action remains valid when it actually reaches a tool or resource.

RESEARCH DIRECTIONSecure interoperability

How agents, tools, and organizations can exchange authority across boundaries.

RESEARCH DIRECTIONAutonomous system safety

How to observe and contain harmful behavior as systems operate with less supervision.

— Published work

Ideas you can inspect.

Selected writing from the AGF open work supported by INTREXA.

All writing ↗
Agent Governance Foundation

— Open work / AGF

Shared foundations for agent governance.

Agent Governance Foundation (AGF) is the open framework and specification work supported by INTREXA. It explores identity, delegation, authorization, revocation, and evidence. AXIS is a separate commercial product that implements agent authorization for operational use.

Read the AGF framework ↗

— Explore INTREXA

See the product. Follow the research.