Introduction
The GI2Tech API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. We guarantee a p95 latency threshold under 45ms across our main LATAM and US-East endpoints.
Base URLs:
Production: https://api.gi2.tech/
Sandbox: https://sandbox.api.gi2.tech/
Authentication
The GI2Tech API relies on standard OAuth 2.0 Bearer Tokens constructed via an API Key provided in your corporate dashboard. Use your secret key to authenticate your requests. Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
Authorization: Bearer sk_live_8a992bc9...
Webhooks & Asynchronous Events
For operations that require deep processing—like AdIntel network mapping or AgentOS conversational processing—GI2Tech implements a webhook-first architecture. You submit the payload, receive an immediate 202 Accepted, and our clusters will POST the computed result to your registered webhook URL once finished.
AgentOS Engine
Deploys autonomous AI agents capable of resolving complex reasoning tasks, executing sub-routines via your internal APIs, and maintaining context across multi-step workflows.
POST /v3/agentos/dispatch
AdIntel Engine
Injects behavioral scoring into your advertising funnels. Feed us your raw traffic parameters, and the engine predicts the LTV (Life-Time Value) probability within 30ms, allowing you to dynamically adjust your CAC bids.
POST /v3/adintel/score_click
OpsIQ Engine
Analyze unstructured operational data logs from ERP or CRM systems to identify supply-chain bottlenecks and workflow inefficiencies via LLM-powered clustering.
POST /v3/opsiq/analyze_logs
FraudShield Evaluate
Evaluates a payment transaction heuristically and returns an explicit decision (BLOCK, REVIEW, ALLOW) within 40ms.
POST /v2/transactions/analyze
Access the Development Sandbox
If you are evaluating GI2Tech for your enterprise, request limited API keys to run tests on our staging cluster.
Request Sandbox Access