Infinyx One
Developer Portal

Sign in to Developer Portal

Enter your credentials to access the agent catalog, API reference, and integration guides.

UAE DLS 3.0 · Demo Environment

Infinyx One
Developer Portal
v1.4.2 · PROD
Catalog
By Country
Developer
Infinyx One · Agent Registry · UAE DLS 3.0 · designsystem.gov.ae

AI Agent Catalog
& Developer Portal

Integrate government-grade verification, document extraction, and attestation agents. Browse live schemas, explore integration guides, and run test simulations directly in the portal.

0 Agents
Registered
0Official Source
0True Copy
0Extraction
3Countries
RESTAPI Type
 v1.4Live Version
Showing 0 agents Registry Live · api.infinyx.one
🔍

No agents found

Adjust your search or filters to discover available agents.

Developer Quickstart

Getting Started

Integrate Infinyx AI agents in minutes. Authenticate, discover agents, and make your first API call.

Step 1 — Authentication
1
Generate an API Key
All API calls require a Bearer token. Generate your key from the API Keys panel. Keys are scoped to tenant, environment, and agent categories.
http
POST /api/v1/auth/token Content-Type: application/json { "client_id": "your-client-id", "client_secret": "your-client-secret", "scope": "agents:read agents:execute" } // Response { "access_token": "eyJhbGciOiJSUzI1NiJ9...", "token_type": "Bearer", "expires_in": 3600 }
Step 2 — Discover Agents
http
GET /api/v1/agents Authorization: Bearer <access_token> X-Tenant-Code: mofa101 X-Org-ID: ORGMOFA001 // Filter params: ?verification_mode=OFFICIAL_SOURCE&country_code=ARE
Step 3 — Execute an Agent
http
POST /api/v1/agents/execute Authorization: Bearer <access_token> Content-Type: application/json { "tenant_code": "mofa101", "org_id": "ORGMOFA001", "simulator_agent_id": "AE_DUBAI_POLICE_DOCUMENT_INQUIRY", "verification_mode": "OFFICIAL_SOURCE", "official_verification_input": { "reference_no": "REF-123456", "security_code": "SEC-7890" } }
Step 4 — Response Shape
json
{ "status": "SUCCESS", "workflow_id": "WF-20260704-A1B2C3D4", "agent_id": "AE_DUBAI_POLICE_DOCUMENT_INQUIRY", "verification_result": { "verified": true, "confidence": 0.99, "source": "OFFICIAL_PORTAL" }, "execution_ms": 2841, "timestamp": "2026-07-04T09:32:00Z" }
SDKs
🐍
Python SDK
infinyx-python v1.4
🟡
Node.js SDK
@infinyx/sdk v1.4
☕
Java SDK
infinyx-java v1.2
REST API · v1.4.2

API Reference

Base URL: https://api.infinyx.one/api/v1

Endpoints
GET /agentsList all agents
GET /agents/:idGet agent schema
POST /agents/executeRun verification
POST /agents/:id/extractDocument extraction
POST /auth/tokenGet Bearer token
WS /agents/streamLive event stream
Authentication
MethodOAuth 2.0 · Bearer Token
HeaderAuthorization: Bearer <token>
Token TTL3600s (refreshable)
Rate Limit1000 req/min · burst 50/s
Tenant HeaderX-Tenant-Code: mofa101
Org HeaderX-Org-ID: ORGMOFA001
Error Codes
400Bad Request — Missing required fields or malformed payload
401Unauthorised — Invalid or expired Bearer token
403Forbidden — Scope insufficient for this agent
404Not Found — Agent ID does not exist in registry
429Rate Limited — Implement exponential backoff
502Bad Gateway — Upstream portal unreachable
503Service Unavailable — Agent temporarily offline
Zero Trust · Security Architecture

Security Guide

Zero Trust at every layer. All agent calls are authenticated, authorised, audited, and encrypted end-to-end.

Auth & Authorisation
🔐
OAuth 2.0 + JWT
Signed JWT Bearer tokens, scoped per tenant/org/agent. Max TTL 3600s.
✓ Enforced
🛡️
RBAC
Agents tiered by risk. Official portal agents require MFA execute scope.
✓ Enforced
Transport & Data
🔒
TLS 1.3
All API traffic encrypted TLS 1.3. Cleartext rejected. HSTS enforced.
✓ Required
🗂️
Document Encryption
PDF uploads encrypted AES-256, purged after execution. No PII logged.
✓ AES-256
Compliance
Audit TrailImmutable per-call log with SHA-256 integrity hash
Data ResidencyUAE primary · EU West DR replica
CertificationsISO 27001 · SOC 2 Type II · UAE PDPL
WCAGWCAG 2.1 AA · UAE DLS 3.0 compliant
Pen TestingQuarterly third-party red team exercises
Release History

API Changelog

All notable changes to the Infinyx Agent Registry API. Semantic versioning.

v1.4.2FeatureReleased 04-Jul-2026
Developer Portal GA. Full agent catalog with DLS 3.0 colours, Roboto+Inter typography, live test runner, and versioned integration guides.
v1.4.2
Feature
Developer Portal GA. DLS 3.0 full compliance — Roboto body, Inter headings, exact AEGold-600/#92722A primary, approved colour combinations. Live simulator, API keys, changelog.
v1.4.1
Fix
Nepal Police Certificate: QR scan timeout 30s → 90s. OPCR redirect handling improved.
v1.4.0
Feature
Passport Extractor. New DOCUMENT_EXTRACTION agent — OCR + LLM summary with validity status.
v1.4.0
Security
MFA confirmation required for Official Source agents targeting UAE government portals.
v1.3.5
Fix
MOHESR True Copy: hash comparison algorithm updated for latest portal PDF encoding.
v1.3.0
Feature
Nepal MOFA Attestation. New Official Source agent via nepalconsular.gov.np.
v1.2.0
Breaking
API versioning. All endpoints prefixed /api/v1/. Legacy /api/ → 301 until v1.5.0.
v1.0.0
Initial
Infinyx Agent Registry first release. Dubai Court, Dubai Police, MOHESR, License Extractor, India Chamber of Commerce.
Infinyx One · Developer Portal
UAE DLS 3.0 · designsystem.gov.ae
© 2026 Infinyx Technologies LLC · Agent Registry API v1.4.2

Detail