Version and ship a prompt
Create a prompt, commit versions, promote an alias to production, and render it from your app — the full prompt lifecycle in AcruxCore.
Use conditional logic
Write Jinja2-style {% if %} conditionals and {% for %} loops inside a prompt template, rendered by AcruxCore's nunjucks-based engine.
Diff, export, and import
Read a unified diff between two prompt versions, export one as a portable JSON file, and re-import it — including what import does and does not preserve.
Manage prompts via the SDK
Create a prompt, commit versions with templated messages, diff, promote aliases, export/import, and delete — the full lifecycle through curl or the SDK, no dashboard required.
Store prompts and tools via the API
Save a prompt and its tools over the REST API, confirm them in the dashboard, then fetch and stream them from the SDK.