> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aui.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Management API

> Programmatic agent creation and configuration API coming in Q2 2026.

<div style={{ display: 'flex', gap: '8px', marginBottom: '16px' }}>
  <span style={{ background: '#6366F1', color: '#fff', padding: '2px 10px', borderRadius: '12px', fontSize: '13px', fontWeight: 500 }}>Coming Q2 2026</span>
</div>

The Management API will enable programmatic creation and configuration of Apollo-1 agents. It will provide REST endpoints for building agents, defining tools, managing entities and parameters, and configuring business logic — all through code.

***

## Coming Soon

The Management API is currently in development and will be released in **Q2 2026** alongside Apollo-1 General Availability.

### Planned Capabilities

When released, the Management API will support:

* **Projects management** — Create and manage organizations and accounts
* **Agent lifecycle** — Create, configure, and deploy agents programmatically
* **Version control** — Manage agent versions (draft, publish, activate, archive)
* **Tool and integration definition** — Define what your agents can do
* **Entity and parameter management** — Configure agent knowledge
* **Rules and logic configuration** — Define business constraints and policies
* **Knowledge base operations** — Manage RAG data sources and content

***

## Current Options

While the Management API is under development, you can build and configure agents using:

<CardGroup cols={2}>
  <Card title="Playground" icon="browser" href="https://playground.aui.io">
    Web-based interface for building and testing agents with natural language.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/overview">
    Command-line tool for local-first development with typed JSON configs.
  </Card>
</CardGroup>

***

## Get Notified

<Card title="General Availability Announcement" icon="bell" href="https://www.aui.io">
  Sign up to be notified when the Management API launches with Apollo-1 GA in Q2 2026.
</Card>
