Skip to main content

Documentation Index

Fetch the complete documentation index at: https://akua-1dce587a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Agents are workspace-native automation in Akua: describe the outcome, let the agent gather context, and review the proposed action before anything sensitive changes.

Work modes

The same configured agent can help in chat, investigate platform state, use code when needed, or run from a configured signal.
Ask the dashboard sidebar to deploy a repository, explain a failed install, compare customer deployments, or prepare a safe next step.
Agents are clients of the same Akua API used by the dashboard, CLI, and MCP server. That keeps behavior auditable and avoids separate automation paths.

Why agents matter

Agents turn deployment and operations work into a guided conversation. The embedded dashboard agent is the managed path: no local setup, shared workspace context, and review controls built into the UI.

Deploy by intent

Tell the agent what you want to run. It can identify setup steps, ask for missing configuration, and show deployment progress.

Review before change

Sensitive actions use repository change requests, approval requests, and audit events instead of invisible automation.

Match the user

Beginners get plain-language guidance. Experts get concise technical detail, exact resource names, and direct controls.

Use your own tools

Codex, Claude Code, and other MCP-compatible clients can connect through the Platform MCP server when teams prefer local workflows.

Product model

How agents work

Understand agents, skills, sessions, turns, events, and repository change requests.

Examples

See realistic deployment, investigation, compute recommendation, and ambient flows.

Agent API tasks

Create agents, sessions, turns, approvals, and repository change requests.

Communication style

Understand beginner, intermediate, advanced, and expert agent responses.

Configure an agent

Define instructions, skills, model policy, runtime policy, grants, and triggers.

Agent dashboard

Configure ambient agents and understand widgets in the managed UI.

Sessions and turns

See how a conversation or task progresses over time.

Ambient agents

Configure agents that respond to deploy failures, degraded clusters, findings, and other signals.

Permissions and security

Control what agents can read, prepare, execute, and accept.

Agents API

Build on the public API resources and SDK shape.

Limits and pricing

Understand agent sessions, retained runtimes, model budgets, and trigger limits.

Agent runbooks

Triage stuck sessions, sandboxes, provider outages, triggers, and cleanup.

When to use an agent

Use an agent when the work benefits from platform context, repeatability, or review:
Use caseGood fit
Explain a failed deploymentRead-only triage agent
Compare two installationsChat or API-created session
Create a reviewable fixCoding agent with repository change request access
Watch production failuresAmbient agent with deploy-failure triggers
Run a safe low-risk remediationAgent with explicit pre-approved grants
For direct API exploration without a hosted session, use the Platform MCP server. For repository-focused design, see Agents and installation repositories.

Common questions

No. Sessions are cheap to keep open, but retained runtimes only start when work needs files, commands, a browser, or repository access. Ambient agents wait on configured signals until a condition matches.
The default path is a repository change request. Accepting a change requires separate grants and can require explicit approval at runtime.
Yes. Agents support Akua-managed billing and workspace-owned provider credentials through workspace secrets. Secret values are not exposed to the agent runtime.
Retained filesystems expire according to workspace policy unless pinned. Summaries, repository change requests, and audit events are cheaper to keep than full runtime state.

Platform MCP

Let external AI tools call Akua through Code Mode.

Examples

See how hosted agents guide deployments, machine choices, and investigations.

Installation repositories

The git-backed deployment surface agents inspect and propose changes against.

Repository change requests

How agents use repositories and change requests for reviewable changes.

Agent limits

Pricing and limits for sessions, turns, retained runtimes, and provider usage.