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

# What is AXTL?

> AXTL turns requirements into deployable backend APIs for AI agents.

# What is AXTL?

AXTL is a Backend Factory by Axtra Intellion. It helps developers turn plain-English requirements into backend APIs for AI-agent workflows.

Instead of starting with a blank service, you describe what the backend should do. AXTL creates a generated backend, tracks the generation job, prepares an artifact, validates the result, and lets you deploy it when ready.

## AXTL is for

* Developers building agent-backed product features.
* Teams that want generated backend code with review and deployment control.
* Builders who need a working API endpoint, not just a prompt or prototype.

## AXTL is not

* A replacement for reviewing generated code and behavior.
* A docs site for internal generation infrastructure.

## The basic flow

1. Write requirements.
2. Generate a backend.
3. Review the result.
4. Deploy the backend.
5. Invoke the deployed API.
6. Track usage and iterate.
