AgentGrid

AgentGrid is the Slab5 workspace for governed agent work. It lets teams define repeatable workflows, attach agents and tools, pause for human review, schedule recurring work, and inspect what happened after every run.

Use AgentGrid when a team needs more than a one-off chat answer. A workflow can create drafts, summarize records, prepare decisions, update workspace data, or coordinate multiple steps while preserving run state, approval state, logs, cost records, and request context.

What AgentGrid does

AgentGrid turns agent automation into an observable operating loop:

  1. Start from an outcome, template, or workflow definition.
  2. Attach approved tools and reusable agents.
  3. Run manually with Run Now or schedule the workflow.
  4. Pause at approval gates before sensitive side effects.
  5. Approve, reject, or ask the agent to redo work.
  6. Inspect workflow history, step status, logs, outputs, tool calls, retrieval hits, and cost events.

The key difference from a chat tool is durability. AgentGrid stores workflow definitions, run records, step records, approval decisions, and execution traces so builders and operators can understand what happened and safely repeat it.

Console map

The AgentGrid navigation is organized around the work a user is trying to do.

ScreenUse it for
OverviewUnderstand the AgentGrid lifecycle and follow the guided first-run path.
DashboardSee active runs, outstanding approvals, tool health, recent signals, credits, and recommended next actions.
WorkflowsCreate, import, publish, run, schedule, pause, resume, archive, and inspect workflow definitions.
Run LogsSearch and inspect raw AgentGrid run traces, including tool calls, retrieval hits, outputs, errors, and cost records.
ApprovalsReview pending human decisions and approve, reject, or redo workflow work.
ToolsConnect workspace MCP tool sources, discover capabilities, and review tool approval policy.
AgentsManage reusable agent roles, instructions, tool access, and publishable agent definitions.
SettingsConfigure Slab5 managed AI or BYOK execution, default models, budgets, and deterministic-only mode.

Templates are available from the Overview and Workflows starting paths. The primary navigation focuses on workflow creation, execution, approvals, monitoring, tools, agents, and settings.

AgentGrid Overview shows the lifecycle cards, guided first-run path, run summary, and links into templates, workflows, approvals, and run logs.
AgentGrid Dashboard gives operators a live control center for active runs, workflow health, pending approvals, tool readiness, cost visibility, and recommended next actions.

Mental model

AgentGrid has three layers:

LayerMeaning
DefinitionThe saved workflow, agent, tool source, schedule, or template. Definitions describe what should happen.
RunOne execution of a workflow or agent path. Runs describe what happened this time.
TraceStep logs, tool calls, retrieval hits, cost events, request IDs, input, output, and errors. Traces explain why a run behaved the way it did.

This distinction matters when debugging. A workflow can be published and healthy while one run fails. A run can finish while a specific step records an error. A workflow can intentionally stop at an approval gate and wait for a human decision before continuing.

Workflow lifecycle

An AgentGrid workflow normally moves through this path:

  1. Create or import: Build a workflow in the console, start from a template, or paste a markdown workflow definition.
  2. Publish: Save a runnable version.
  3. Run Now: Queue an immediate run for testing.
  4. Execute: A managed worker runs the workflow steps and records durable step state.
  5. Approve if needed: Approval gates create queue items and pause the workflow.
  6. Continue or stop: Approval continues the workflow; rejection cancels the run; redo queues a revision path.
  7. Review history: Workflow details show recent runs, step dots, duration bars, logs, and run details.
  8. Schedule: Once the workflow behaves correctly, schedule recurring runs.

Common states:

StateMeaning
DraftThe workflow is being edited or has no published runnable version.
ActiveThe workflow can be run or scheduled.
QueuedA manual run, schedule, retry, redo task, or approval continuation is waiting to be dispatched.
RunningA worker is executing the workflow.
Waiting for approvalAn approval gate created a queue item and paused execution.
CompletedThe workflow finished all required steps.
FailedThe workflow stopped with an error.
CanceledThe workflow was rejected, manually stopped, or canceled by policy.

Workflows

The Workflows screen is the main management surface. Use it to create workflows, import markdown definitions, run a workflow immediately, schedule recurring work, and open the workflow detail page.

Workflow patterns

AgentGrid supports several workflow patterns. Pick the pattern based on how predictable the work is, how many agents need to participate, and whether the run should happen once, on demand, or on a cadence.

PatternWhat it isPick it when
Step-by-stepA predictable sequence of fixed steps. Steps run in order and can include transforms, tool calls, retries, and approval gates.The business process is known ahead of time, the order matters, and operators need a clear step-by-step run history. Good examples include content review, customer brief creation, onboarding checklists, and launch readiness flows.
Manager + SpecialistsA lead manager agent coordinates one or more reusable specialist agents, gathers their work, and produces one audited result.The work benefits from multiple expert roles, such as researcher, writer, reviewer, analyst, or support specialist, but the user still wants one coordinated outcome. Good examples include X post creation, campaign planning, support theme synthesis, and account research.
TriageA routing workflow that classifies an intake item and sends it to the right branch, owner, specialist, or next action.The first decision is "what kind of request is this?" or "who should handle this?" Good examples include support routing, lead qualification, incident classification, task assignment, and content intake review.
Scheduled workflowA workflow that has already been tested manually and is then run on a recurring cadence, such as hourly, daily, weekly, or monthly. Scheduling is a trigger/cadence choice, not a separate runtime style.The same work should repeat without a human clicking Run Now each time. Good examples include weekly founder briefs, daily support summaries, recurring insight refreshes, campaign monitoring, and periodic CRM follow-up planning.
Conversational handoffA preview long-running assistant session where responsibility can move between agents over multiple turns.Use only for exploratory scenarios where a conversational workflow is more important than a fixed step contract. For production workflows, prefer Step-by-step, Manager + Specialists, or Triage until conversational handoff is generally available.

In practice, most teams should start with Step-by-step when they know the process, Manager + Specialists when they need multiple expert roles, and Triage when the workflow needs to choose the right path from an incoming request. Add a schedule only after Run Now has produced the expected output and approval behavior.

Workflow details show:

  • workflow metadata and recent run summary
  • a fixed step list with a horizontally scrollable run grid
  • recent run columns with status dots and duration bars
  • a Logs tab for selected step details
  • a Details tab for workflow-level metadata, previous run state, first run, last run, and average duration
  • links back to Builder and the workflow list

The run grid is intentionally compact. The latest runs appear on the right side so an operator can quickly compare the current run with prior runs.

Workflow details combine the fixed step list, compact historical run grid, status dots, duration bars, and run metadata so operators can compare every step across recent runs.

Markdown workflow import

Workflows can also be created from a markdown definition. This is useful when a builder wants to draft a workflow with an LLM, review it as text, and paste it into Slab5.

Use markdown import as an accelerator, not as the primary authoring model. The console builder should remain the clearest place to inspect steps, approval gates, tool requirements, schedules, and run history.

Agents and tools

Agents are reusable specialists. A workflow step can use an agent when the work needs judgment, synthesis, language generation, or tool-assisted reasoning.

An agent definition should make these decisions clear:

  • role and responsibility
  • instructions and output expectations
  • tool sources it can use
  • tool allowlist and risk level
  • whether it can write records or must request approval first
  • whether it is ready for workflow use

Tools are workspace MCP tool sources. The Tools screen lets owners add a tool source, discover capabilities, and inspect available tools in a details modal. Read tools can be available by default; write, critical, destructive, and external side-effect tools should remain explicitly approved.

External MCP entries can be registered as metadata. OAuth or external credential exchange still needs a secure connection flow or secret reference controlled by the workspace owner.

AgentGrid Tools keeps the table simple and opens capability details in a modal, including connected source metadata, discovery state, approval policy, and colored labels for tool scope and approval status.
AgentGrid Agents lets teams maintain reusable manager and specialist definitions, review published status and versions, and control which tool sources each agent can use in workflows.

Model providers and guardrails

AgentGrid Settings controls how workflow agents use models. The page has three responsibilities:

  1. Choose whether workflow execution uses Slab5 managed AI or Bring your own key (BYOK).
  2. Store workspace provider keys and select default models.
  3. Set guardrails so teams can test workflows safely and control spend.

AI execution mode

ModeProvider keyBilling behaviorUse it when
Slab5 managed AISlab5 provides the OpenAI key.Slab5 managed AI token usage is recorded against Slab5 usage balance.The team wants the simplest setup and does not want to manage provider accounts.
Bring your own key (BYOK)The workspace provides an OpenAI or Claude key.Slab5 records approximate BYOK token telemetry separately. Provider token charges are paid directly to the provider. Platform usage still applies.The team wants provider control, existing provider contracts, or separation between Slab5 platform spend and model-provider spend.

The execution mode switch is authoritative. Stored BYOK keys are ignored while Slab5 managed AI mode is selected. BYOK keys are used only when BYOK mode is enabled and a BYOK provider is selected.

Model defaults

AgentGrid Settings lets a workspace choose:

  • the default provider
  • the default agent model
  • the coding or builder model
  • the image generation model when the selected provider supports image-producing workflow steps

Reusable agents can then use the workspace defaults or choose a more specific model for their role. For example, a workflow can use a lower-cost default model for routine extraction, a coding/builder model for implementation-oriented agents, and an image model for image-producing steps.

Current supported model catalog

The current Slab5 model catalog is:

Provider modeModelBest use
Slab5 managed AI and BYOK OpenAIGPT-5.4 mini (gpt-5.4-mini)General workflow agents, high-volume agent work, tools, and subagents.
Slab5 managed AI and BYOK OpenAIGPT-5.4 (gpt-5.4)Complex professional work, coding, and deeper reasoning.
Slab5 managed AI and BYOK OpenAIGPT-5.3 Codex (gpt-5.3-codex)Coding agents, builders, workflow definitions, and implementation plans.
Slab5 managed AI and BYOK OpenAIGPT-5.5 (gpt-5.5)Complex reasoning and long-horizon coding.
Slab5 managed AI and BYOK OpenAIGPT-5.4 nano (gpt-5.4-nano)Classification, extraction, ranking, and simple subagents.
Slab5 managed AI and BYOK OpenAIGPT Image 2 (gpt-image-2)Image generation and image editing workflow steps.
BYOK ClaudeClaude Sonnet 4.6 (claude-sonnet-4-6)Balanced speed and intelligence for agent workflows.
BYOK ClaudeClaude Opus 4.8 (claude-opus-4-8)Complex reasoning and agentic coding.
BYOK ClaudeClaude Haiku 4.5 (claude-haiku-4-5)Lower-latency workflow steps and lower-cost subagents.

Claude providers do not currently expose a Slab5 image model default in AgentGrid Settings.

Guardrails

Guardrails help teams separate workflow design from model spend:

GuardrailWhat it does
Deterministic-only modeConverts LLM-backed workflow modes to deterministic equivalents. Use this to test workflow structure, approvals, schedules, logs, and UI behavior without spending model credits.
Per-run AI budgetSets an optional per-run budget so individual runs do not spend unexpectedly.
Monthly Slab5 managed AI budgetSets an optional workspace budget for Slab5 managed AI usage. BYOK token telemetry is observed separately.

Deterministic-only mode is useful during workflow design, QA, demos, and incident response. It does not remove workflow steps, approvals, schedules, or run logs; it changes how LLM-backed steps are executed.

Human approvals

Approval gates are workflow steps that stop execution until a human reviews the work.

Use approvals before actions such as:

  • publishing content
  • sending customer-facing messages
  • updating CRM or support records
  • making recommendations visible to a customer
  • running high-impact external side effects

Approval decisions:

DecisionResult
ApproveMarks the approval approved and queues workflow continuation after the approval step.
RejectMarks the approval rejected, cancels remaining steps, and cancels the workflow run.
Redo taskQueues a continuation or revision run so the agent can produce a different outcome before approval.

The Approvals screen should show enough context for the reviewer to understand what they are deciding. Instead of sending users to an app-specific draft page, the approval should summarize the work performed, the output that needs review, and the next action that will happen if approved.

Approval Queue gives reviewers a searchable list of workflow decisions with approval summaries, workflow context, status, trace links, and review actions.

Run logs

Run Logs is the raw execution trace surface. Use it when a builder or operator needs to understand what a run did at a lower level than the workflow detail grid.

Run Logs includes:

  • run title, assistant type, workflow key, status, model, and provider
  • input and output payloads
  • workflow step records when the run is workflow-backed
  • tool calls and request IDs
  • retrieval hits
  • token and cost events
  • retry and fail actions for workflow runner runs
  • mark-complete action for workflow conversation runs

Use Workflow details to understand workflow progress. Use Run Logs to inspect execution evidence.

Run detail modal exposes the execution evidence for a selected AgentGrid run, including workflow steps, approval continuation output, input and output payloads, tool calls, retrieval hits, credits, and estimated cost.

Templates and markdown import

Templates help users start from a business outcome instead of a blank workflow. Good templates explain what they do, what tools they need, where approvals happen, and what a successful run produces.

Useful starter patterns include:

PatternOutcome
X Posts CreatorDrafts social posts, pauses for approval, and continues after review.
Founder BriefSummarizes workspace activity and recommended next actions on a cadence.
Support Insights ReviewReviews support activity and prepares themes or recommendations.
CRM Follow-up PlannerReviews customer records and creates follow-up tasks.
Launch ChecklistCoordinates launch content, tasks, approvals, and publishing readiness.

Markdown import complements templates. A user can copy a sample markdown workflow, ask an LLM to adapt it, then paste it into Slab5 and finish setup in the builder.

Workflow creation starts in the builder, where users choose a workflow style, define triggers, configure manager and specialist behavior, save drafts, publish versions, run now, schedule, or import markdown when they already have a workflow definition.

Scheduling and retries

Once a workflow has been tested with Run Now, users can add a schedule. Schedules support recurring workflow execution such as hourly, daily, weekly, and monthly refreshes, depending on the enabled cadence options.

Operational expectations:

  • Scheduled runs create normal workflow runs.
  • Manual Run Now creates normal workflow runs.
  • Approval continuation creates a queued continuation after the approval gate.
  • Redo task creates a queued revision or continuation run.
  • Failed workflow runner runs can be retried from Run Logs.
  • Rejected approval gates cancel the run and remaining steps.

For monthly schedules, use explicit day-of-month behavior where possible. If a team needs "last day of month", represent that as a clear schedule option instead of asking users to choose a day that may not exist in every month.

Operational guidance

  • Start new users with the Overview path and a template, not a blank workflow.
  • Use Workflows for definition management and workflow detail history.
  • Use Run Logs for raw traces, request IDs, costs, tool calls, retrieval, input, and output.
  • Use Approvals when a workflow is intentionally paused for human judgment.
  • Keep approval gates before side effects, not after them.
  • Prefer deterministic steps for fixed transformations and agent steps for judgment or synthesis.
  • Keep step outputs structured so runs can be inspected, retried, and continued.
  • Use compact step names. Operators should understand the run grid without opening every log.
  • Test with Run Now before scheduling.
  • Keep tool permissions narrow and workspace-scoped.
  • Use request IDs to connect workflow runs to API calls, MCP calls, audit logs, usage events, and generated workspace records.

Was this page helpful?