DEVELOPER DOCUMENTATION

Build. Integrate.
Deploy at Scale.

API references, SDK libraries, deployment guides and architecture documentation for all Adonis Network platforms and integrations.

// A1 Agent API — Quick Start const agent = await adonis.agents.create({ model: "a1-enterprise-v2", tools: ["search", "crm", "calendar"], governance: { policy: "enterprise" } }); const result = await agent.run("Summarise Q2 pipeline"); // → { status: "completed", tokens: 1842, ... }
12+
Doc Guides
6
SDK Languages
40+
API Endpoints
12 docs

All Documentation

12 docs
API Reference Advanced LIVE

AI Workflow Builder — A1 Agent APIs

Full reference for the A1 Agent REST API. Covers agent creation, task orchestration, prompt injection patterns, streaming responses, tool calls and governance hooks.

REST Streaming Agents LLM
12 min v2.4
Read
Getting Started Beginner LIVE

API Authentication & Key Management

Complete guide to generating, rotating and scoping API keys. Covers Bearer tokens, OAuth 2.0 flows, IP whitelisting, rate limiting and secure credential storage.

OAuth API Keys Security REST
6 min v3.1
Read
SDK Reference Advanced LIVE

Smart Contract Deployment — ADON Chain SDK

Deploy, verify and interact with EVM-compatible smart contracts on the ADON blockchain. Includes ABI encoding, gas estimation, event listeners and multicall patterns.

EVM Solidity Web3 SDK
10 min v1.8
Read
Integration Guide Intermediate LIVE

Adonis Workspace SDK — Team & Workspace Integration

Integrate your application with Adonis Workspace. User provisioning, role management, team namespaces, notification webhooks and single sign-on configuration.

SSO Webhooks SDK Teams
8 min v2.0
Read
API Reference Intermediate LIVE

CRM Integration APIs — Contact & Pipeline Management

Programmatic access to CRM contacts, pipelines, deals, activities and automations. REST endpoints for CRUD operations, bulk imports and event-driven triggers.

CRM REST Webhooks Bulk
9 min v4.2
Read
Deployment Guide Advanced LIVE

Cloud Infrastructure Deployment — Kubernetes & GitOps

Deploy Adonis platform services on your own Kubernetes cluster. Helm charts, GitOps pipeline templates, secrets management, autoscaling and observability setup.

Kubernetes Helm GitOps DevOps
7 min v1.5
Read
Security Guide Advanced LIVE

Zero-Trust Security Model — API & Platform Security

Implementing zero-trust principles across API boundaries, data access layers and service meshes. mTLS, token rotation, RBAC policies and audit log integration.

Zero Trust mTLS RBAC Audit
11 min v2.1
Read
Tutorial Intermediate LIVE

Building Multi-Agent Pipelines with A1 APIs

Step-by-step tutorial: orchestrate multiple AI agents for complex enterprise workflows. Agent chaining, memory management, context windows, fallback logic and observability.

Agents Pipelines Tutorial A1
15 min v2.3
Read
API Reference Beginner LIVE

Webhook Events — Real-Time Platform Notifications

Subscribe to platform events via webhooks. Signature verification, retry policies, event schema definitions, payload examples and testing with the sandbox environment.

Webhooks Events REST Security
5 min v1.9
Read
Architecture Guide Advanced BETA

Asset Tokenization Architecture — ERC-20 & ERC-721

Design patterns for tokenizing real-world assets on the ADON chain. Compliance hooks, custody integration, transfer restrictions, on-chain governance and audit trails.

ERC-20 ERC-721 DeFi Architecture
8 min v1.7
Read
SDK Reference Intermediate LIVE

Adonis Cloud CLI — Infrastructure as Code

Command-line tool for provisioning and managing Adonis Cloud resources. Declarative YAML configuration, state management, rollback support and CI/CD integration.

CLI IaC DevOps YAML
6 min v2.0
Read
Tutorial Intermediate LIVE

API Integrations — Connecting External Systems

Connect third-party tools (Slack, Salesforce, HubSpot, Jira) to Adonis Workspace via native connectors or custom REST webhook bridges with field mapping.

Integrations Connectors Webhooks REST
9 min v1.4
Read
Search Documentation
Browse by Category
API Status
A1 Agent API Operational
Authentication Operational
Blockchain RPC Operational
Workspace API Operational
CRM Webhooks Degraded
Cloud CLI Operational
Last checked: 13:35 UTC
Popular Tags
Ready to Build?

Get your API key and start integrating Adonis platforms into your stack today.

Get API Access
SDK HUB

Official SDK Libraries

Native SDK support for all major programming languages. Install and start building in minutes.

JavaScript / TypeScript
npm
$ npm install @adonis/sdk
View SDK Docs
Python
pip
$ pip install adonis-sdk
View SDK Docs
PHP
composer
$ composer require adonis/sdk
View SDK Docs
Go
go get
$ go get github.com/adonis/sdk-go
View SDK Docs
Ruby
gem
$ gem install adonis-sdk
View SDK Docs
Java / Kotlin
maven
$ implementation "net.adonis:sdk"
View SDK Docs
CHANGELOG

Latest Releases

Platform updates, new API versions, SDK releases and security patches across all Adonis systems.

Full Changelog
NEW
A1 Agent API v2.4 v2.4 May 2026

Multi-agent orchestration, streaming tool calls, governance policy hooks and expanded model support.

NEW
Auth SDK v3.1 v3.1 May 2026

OAuth 2.1 PKCE flow, refresh token rotation, session binding and API key scoping improvements.

UPDATE
CRM API v4.2 v4.2 Apr 2026

Bulk contact import endpoints, pipeline automation triggers and custom field schema support.

UPDATE
Workspace SDK v2.0 v2.0 Apr 2026

Team namespace isolation, granular role permissions, real-time presence hooks and SSO improvements.

IMPROVED
ADON Chain SDK v1.8 v1.8 Mar 2026

Gas estimation accuracy, batch transaction support, ERC-721 extensions and testnet faucet integration.

SECURITY
Security Layer v2.1 v2.1 Feb 2026

Zero-trust mTLS enforcement, RBAC policy engine updates, audit log schema v2 and rate limiting fixes.

Start Building
Enterprise Infrastructure.

API access, SDK libraries, architecture guides and dedicated enterprise support — everything you need to integrate Adonis platforms into your stack.


up