# AIOSCP Documentation > AIOSCP is an enterprise control plane for building, governing, observing, and operating production AI agents. ## Public SDK and API Docs - [Introduction](/getting-started/introduction): What AIOSCP is and how the documentation is organized. - [Core Concepts](/getting-started/core-concepts): Workspaces, agents, tasks, threads, approvals, Builder workflows, connectors, retrieval, and session memory. - [Quick Start](/getting-started/quick-start): Install the SDK, configure authentication, and submit the first task. - [Visual Builder](/build/visual-builder): Build, save, run, version, debug, and deploy workflows visually. - [Workflow Nodes](/build/workflow-nodes): LLM, retrieval, tool, API, database, branch, merge, approval, sub-agent, and section nodes. - [Output Schemas](/build/output-schemas): Configure structured JSON output for LLM nodes. - [Run, Debug, Deploy](/build/run-debug-deploy): Execute workflows, inspect Run Workspace, and deploy agents. - [Agents, Tasks, Threads](/features/agents-tasks-threads): Runtime entities for executing agent work. - [Approvals](/features/approvals): Human review and gated execution. - [Connectors](/features/connectors): External integrations, connector policies, and plugin governance. - [Files and Retrieval](/features/files-retrieval): Upload files and search indexed knowledge. - [Billing and Settings](/features/billing-settings): Plans, entitlements, secrets, branding, SSO, SCIM, and audit. - [API Overview](/api/overview): HTTP API family summary. - [Auth and Tenants](/api/auth-tenants): Authentication and workspace APIs. - [Agents and Tasks API](/api/agents-tasks): Runtime APIs for agents, tasks, threads, and approvals. - [Builder API](/api/builder): Visual Builder workflow APIs. - [Connectors and Retrieval API](/api/connectors-retrieval): External integration, retrieval, and file APIs. - [Outbound MCP API](/api/outbound-mcp): MCP-compatible discovery and invocation for curated gateway-authorized AIOSCP capabilities. - [Self-host Overview](/self-host/overview): Run AIOSCP under your control. - [Environment Variables](/self-host/environment): Adapter and runtime environment variables. - [Adapters](/self-host/adapters): Store, cache, and bus adapter modes. - [Security Overview](/security/overview): Tenant isolation, RBAC, entitlements, secrets, and support sessions. - [Tenant Isolation Testing](/security/tenant-isolation-testing): Tenant isolation validation expectations and review checklist. ## Contributor Docs - [Architecture](/develop/architecture): Monorepo layout and request flow. - [Local Development](/develop/local-development): Development commands for web, backend, and docs. - [Adding Features](/develop/adding-features): Checklist for extending the platform safely. - [Testing Strategy](/develop/testing-strategy): Choosing unit, mocked E2E, live E2E, and smoke test layers. - [Flow Testing](/testing/flow-testing): E2E flow coverage and required assertions. - [Live Regression](/operations/live-regression): Running persistence and tenant-bound regression suites. - [Troubleshooting](/operations/troubleshooting): Common local and workflow issues.