Skip to main content
Aeolo uses credits for server-side work. Read-only commands should be cheap or free; background analysis and generation consume credits.

Typical risk levels

RiskExamplesAgent behavior
Read-onlyagent context, visibility show, content getDoes not mutate state or spend credits, but may expose private business data. Run after the user/domain/task scope is clear.
Draft mutationcontent import, content update, post importConfirm if changing existing user work.
Paid background jobcontent generate, reference analyze, video generate, visibility check runExplain cost and ask unless already approved.
Public previewcontent preview, post previewCreates or reuses an unauthenticated share-token URL.
External publishcontent deploy, post publishAlways require explicit approval.

Credit checks

aeo billing credits
aeo billing ledger
Use the ledger after a failed job to verify whether credits were refunded.

Current product assumptions

  • Default article writing is priced as a 5-credit action.
  • Reference analysis and short-form analysis are also credit-metered.
  • Higher-quality or multi-candidate modes may cost more.
The backend is the source of truth. Frontend or agent copy should describe modes, not hardcoded provider names.