Skip to main content

Overview

An intent is the core unit of work in a21e. You describe what you need in plain language, and a21e handles prompt engineering, model selection, and execution.

Submitting an intent

Parameters

Response

Model tier selection

When model_tier is "auto" (the default), a21e analyzes your intent’s complexity and selects the appropriate tier:
  • Simple lookups, formatting, boilerplate → economy tier
  • Code generation, writing, analysis → standard tier
  • Architecture decisions, security audits, multi-step reasoning → premium tier
You can override this by specifying a tier explicitly.

Intent follow-ups

After receiving a response, you can continue the conversation by submitting a follow-up intent with the same intent_id:
Follow-ups carry forward the conversation context and any relevant memory.