Build
Agent SDK
AI agents use RTIE through scoped API keys, tenant policies, REST APIs, and private-preview MCP tools. The goal is not raw infrastructure access; it is approved action inside product workflows.
Agent workflow
- Authenticate with a tenant-scoped token or API key.
- Discover allowed modules and, for private-preview tenants, MCP tools.
- Read room, event, or module context.
- Request an action and let policy approve or deny it.
- Record the outcome for audit, analytics, and learning.
Agentic commerce checkout
Buyer agents use ACP-compatible checkout sessions for payment handoff. RTIE stores checkout state on the commerce order, enforces tenant and auction policy, and completes Stripe payment through a Shared Payment Token without storing the raw token.
POST /v1/agentic/acp/checkout_sessions
POST /v1/agentic/acp/checkout_sessions/:id
GET /v1/agentic/acp/checkout_sessions/:id
POST /v1/agentic/acp/checkout_sessions/:id/complete
POST /v1/agentic/acp/checkout_sessions/:id/cancel India commerce can use ONDC order flows with either buyer-app-collected payment settlement or an RTIE-generated Razorpay UPI payment link.