Automation
Automation is how Fased does work when you are not actively typing in Chat. Use Agent > Tasks for saved work. Use domain pages for domain control: Wallets approve and sign, Mining controls mining, Marketplace handles orders, and Channels owns delivery routes.Choose the right surface
Task
Run something later, once, or on a repeating schedule from Agent > Tasks.
Heartbeat
Keep periodic awareness in the main Agent session with
HEARTBEAT.md.Webhook trigger
Let a trusted external system call Fased over authenticated HTTP.
Session memory hook
Save session context on reset/new chat from onboarding or Agent > Memory.
Gmail Pub/Sub
Connect Gmail push notifications with
fased webhooks gmail setup.Poll
Send a lightweight poll to a supported chat channel.
Beginner path
- Open
http://localhost:18789/dash. - Go to Agents.
- Select the Agent that should own the work.
- Open Tasks.
- Create a Task, Trigger, Workflow, Graph, or Program.
- Open the row’s run history only when you need to inspect a run.
Definitions and history
Saved definitions are reusable setup:- Task: scheduled or manually runnable Agent instruction
- Trigger: external event that starts work
- Workflow: linear checklist or approval flow
- Graph: branching workflow definition
- Program: standing order that proposes work for review
- Template: starter preset for a saved definition
What to create first
Create a Task when work needs a schedule, prompt, execution policy, memory policy, skill limits, or delivery. Create a Trigger when an outside system should call Fased over HTTP. A trigger starts an Agent prompt, a saved workflow, a graph workflow, or a heartbeat wake. Create a Workflow for a short review or approval sequence. Use Graph only when that sequence needs branches. Use Programs for standing instructions that propose work for review. Authority stays in the owning surface: Wallets, Marketplace, Mining, tools, and services keep their own approval paths.Task templates
Fased ships starter Task templates for recurring work: Mining strategy review Review mining status, history, and strategy settings while funding, withdraw, wallet send, start/stop, and bond controls stay unchanged. Mining status report Report running/stopped state, current cycle, wallet SOL/SAT, capital, locked capital, claimable SAT, and blockers. Strategy A/B review Compare mining strategy modes while active commit settings stay unchanged. Wallet reserve watch Watch Agent, Vault, and Mining wallet fee reserves. Staking rewards watch Watch bond amount, claimable SAT, reward pool, and vault balance. Provider health check Check model providers, channels, tools, signer, and RPC readiness. Marketplace follow-up Surface open orders with payment, delivery, receipt, or review state. RPC pressure report Summarize RPC calls, pressure points, failover, and reduction targets. Use a Task template when something runs on a schedule. Use a Workflow or Graph when a human review sequence matters.Workflows and graphs
Workflows are small operator procedures. Supported step types include note, checkpoint, wait, approval, handoff, and notify. Graph workflows are the branching version of the same idea. The visual builder edits the same graph JSON the runtime executes. Workflows and graphs:- write run history
- can pause on approval
- can link to source records
- keep script execution outside the workflow builder
- keep wallet, marketplace, mining, tool, and service authority in their owning surfaces
Programs
A Program is an Agent-scoped standing order. It can write a blocked proposal record for review. The operator decides whether to convert the proposal into a real Task or Workflow. Use Programs for durable intent and review.Security rules
- Keep webhook ingress private: localhost, Tailscale, or a trusted reverse proxy.
- Use a dedicated webhook token separate from your gateway owner token.
- Keep Agent ID routing fixed unless the trigger explicitly allows external routing.
- Keep session keys fixed or restricted to explicit prefixes.
- Installing or enabling a hook is code execution inside the gateway; use hook packs from sources you trust.