Search by SDK flow, API area, audience, or security topic.
Install the TypeScript SDK, configure authentication, and submit your first governed agent task.
APIAPI OverviewGateway route families, authentication, tenant context, errors, request design, and examples.
APIAuth and TenantsAuthentication and tenant membership rules for tenant-scoped API calls.
APIAgents and Tasks APIAPI surfaces for agents, tasks, threads, and approvals.
APIConnectors and Retrieval APIAPI routes for connectors, retrieval collections, and files.
SecuritySecurity OverviewIdentity, tenant isolation, approval gates, secrets, audit, and support session controls.
Start with the work your team owns.
The documentation is organized around the jobs teams perform when they ship AI agents into governed, observable environments.
Application developers
Install the SDK, authenticate, submit tasks, and inspect governed agent results from your app.
SDK Quick Start / Tasks API / Core ConceptsAPI integrators
Use tenant-scoped HTTP routes for auth, agents, tasks, threads, connectors, retrieval, and files.
API Overview / Auth / Agents and TasksSecurity teams
Understand tenant isolation, RBAC, approval gates, secrets, audit evidence, and support controls.
Security Overview / Auth Rules / ApprovalsWorkflow builders
Design governed agent workflows visually, then expose them to applications through the SDK and API.
Visual Builder / Output Schemas / Run and DeployFrom SDK install to governed agent work.
AIOSCP combines a developer SDK, tenant-scoped APIs, visual workflow design, and enterprise controls so applications can call agents without taking ownership of the control plane.
Install the SDK, configure authentication, submit tasks, and read task and thread results.
AutomateUse APIs for agents, tasks, threads, connectors, retrieval, files, and Builder workflows.
GovernKeep tenant boundaries, approval gates, entitlements, secrets, and audit controls server-enforced.
npm install @aioscp/sdk
import { AiosClient } from "@aioscp/sdk";
const client = new AiosClient({
endpoint: "https://api.aioscp.com",
token: process.env.AIOSCP_TOKEN,
});
const task = await client.tasks.submit("agent_support_triage", {
ticketId: "INC-1042",
});Integrate AIOSCP from your application.
Install the client, configure authentication, submit work to governed agents, and inspect runtime results from the same contract your production application will use.
Popular places to continue.
Quick Start
Install the TypeScript SDK, configure authentication, and submit your first governed agent task.
APIAPI Overview
Gateway route families, authentication, tenant context, errors, request design, and examples.
APIAuth and Tenants
Authentication and tenant membership rules for tenant-scoped API calls.
APIAgents and Tasks API
API surfaces for agents, tasks, threads, and approvals.
APIConnectors and Retrieval API
API routes for connectors, retrieval collections, and files.
SecuritySecurity Overview
Identity, tenant isolation, approval gates, secrets, audit, and support session controls.