Skip to main content

Workflow overview

Workflows combine Alphio's primitives (chat, tasks, alerts, trade) into reusable end-to-end recipes.

Find it at: this section of the docs


1. What workflows include

Each workflow page is a focused how-to: pick the outcome you want, follow the recipe, and Alphio AI wires the underlying primitives together for you.

  • Price alert — real-time threshold alerts for tokens, stocks, and other assets, delivered to Telegram or email. No credits consumed.
  • Automated trade execution — rules-based trade execution: Alphio places trades when your conditions hit, no manual confirmation per trade.
  • Scheduled analysis (/workflow/scheduled-analysis) — recurring research jobs delivered on a schedule.
  • Build a strategy (/workflow/build-a-strategy) — assemble custom Agentic Trading strategies end-to-end.
  • Portfolio monitoring (/workflow/portfolio-monitoring) — continuous health checks on your account across all trade rails.
warning

Scheduled analysis, Build a strategy, and Portfolio monitoring are planned for a later phase. The links above will activate once those pages publish.


2. Primitives vs assembly

Alphio exposes four core primitives:

  • Chat — talk to Alphio AI in plain language
  • Tasks — asynchronous AI jobs (research, monitor, scheduled, event-driven)
  • Alerts — real-time notifications when conditions hit
  • Trade — execution across Stock Trading, Hyperliquid Perpetuals, and Prediction Markets

Workflows assemble these primitives into named, reusable recipes. A "Price alert" workflow is really a chat-driven alert primitive; a "DCA bot" workflow is a Periodic task primitive combined with the trade primitive. You can always invoke the underlying primitives directly — workflows just give you a faster, more opinionated starting point.


3. Where to start

If you're new to Alphio workflows, start with Price alert. It takes under a minute, costs no credits, and gives you a feel for how chat instructions turn into live monitoring jobs. Once that clicks, Automated trade execution is the natural next step.


Agent Instructions: Querying This Documentation

If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:

GET https://docs.alphio.ai/workflow/workflow-overview.md?ask=<question>

The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.