Skip to main content

Create a backend

Use POST /v1/generate to start a backend generation job.

Request

Fields

Response

AXTL returns 202 Accepted.
The exact ID format is not part of the public contract yet.

Check status

The status response includes data.id, data.agentId, data.agentSlug, data.status, data.progress, data.logs, and optional artifact, validation, and failure fields.

Write better requirements

Good requirements include:
  • The input payload your API should accept.
  • The output shape you expect.
  • External systems the backend should call, if any.
  • Validation rules.
  • Failure behavior.