Introduction
Overview
The ACI.dev API powers the ACI.dev platform and SDK.
Our SDK interacts with these APIs under the hood, but provide additional agent-centric features specifically designed for LLM-based agents.
Authentication
For programmatic access, the API supports API key-based authentication. You can generate an API key by creating an agent on ACI.dev platform.
You can then provide this API key to SDK environment variable or set it in X-API-KEY
header if you are calling API directly.