Aleph

Start with an agent that already works.

Browse agents built for real jobs. Inspect every file and permission, install a live source into your workspace, authorize what it needs, and switch it on. Aleph handles the runtime around it.

From public agent to running copy

See exactly what you are copying.

Aleph turns a published agent into something you can inspect, configure, and run without rebuilding its platform.

aleph-agent.com

Featured agents

Public agents ready to inspect and install

Search stock

Weather Agent

84Install

Long-Term Stock Finder Agent

216Install

Social Media Posts Scout Agent

61Install
01

Find an agent worth installing.

Start with a public agent that already fits the job instead of rebuilding the same workflow from scratch. Search the catalog, compare its purpose, and see which agents other people already rely on.

Every listing is a versioned bundle, not a vague promise. You can open the exact agent, inspect who maintains it, and decide whether it is the right foundation before adding anything to your workspace.

aleph-agent.com

Bundle code

v1.4.2 · published 3 days ago

Public

AGENTS.md

agent.toml

README.md

sandbox.toml

connections.toml

schedules.toml

sandbox.toml read only
01[runtime.env]
02RISK_PROFILE = "{{vars.RISK_PROFILE}}"
03MARKET_DATA_KEY = "{{secrets.MARKET_DATA_KEY}}"
04# scoped to this workspace
06[[connections]]
07id = "github"
08required = true
Requirements declared
02

Know what you are adopting.

Open the agent and read the same versioned files Aleph will run: its instructions, skills, schedules, runtime settings, and declared connections. Nothing needs to stay hidden behind a demo or a black box.

You can see the vault and environment references it expects before you install it. That makes adoption a reviewable decision: understand the behavior first, then choose what your scope will allow it to access.

aleph-agent.com

Install Long-Term Stock Finder Agent

Personal workspace

Vault & environment

FINANCIAL_DATA_API_KEY

Vault secret Ready

RISK_PROFILE

Environment variable Ready

Install summary

Memory
Shared live memory
Visibility
Private
Version
Live source version
install settings

adoptionMode = "installed"

visibility = "private"

Install agent
03

Put the live agent to work.

Install the live source into your personal, team, or organization workspace. The bundle stays read-only, memory is shared, and your permissions, conversations, channels, and enablement remain yours.

The setup flow is derived from the bundle itself. Aleph asks for the vault secrets, environment variables, Connections, and channels this agent actually needs—so configuration is explicit instead of discovered through runtime failures.

aleph-agent.com

Connections

Requested by this agent

G

GitHub

repos:read

Connected
S

Slack

messages:write

Connect
N

Notion

pages:read

Connect

Discord · stock-finder

What changed in today's thesis?
Two earnings assumptions moved. I updated the ledger and kept the rating at WATCH.
Message agent
04

Give it only your access.

Authorize the tools the bundle declares without putting credentials in its code. Connections stay scoped to your workspace, and the agent receives access only when you explicitly connect each service.

Then connect Discord or Telegram separately for conversations and delivery. Files and scheduled results can arrive in the channels your team already watches instead of forcing everyone into another isolated chat interface.

aleph-agent.com

Long-Term Stock Finder

Version v1.4.2 pinned

Enabled

Today's schedule

UTC
08:00

Market brief

Complete

14:00

Thesis check

Running

20:00

Close summary

Queued

Latest turn

Isolated

Loaded pinned bundle v1.4.2

Resolved scoped vault + variables

Restored thesis memory

Delivered scheduled result

schedules.toml UTC

cron = "0 8 * * 1-5"

deliverTo = "Discord"

Thesis check complete. No rating changes; sources and ledger were updated.
05

Switch it on. Aleph keeps it running.

Pin the version you reviewed and enable the agent when its configuration is ready. Conversations and scheduled turns run in isolated environments with the bundle, memory, and scoped credentials assembled for that turn.

Aleph keeps the operational pieces connected between runs: schedules fire at the declared times, memory persists, and results return to the right conversation or channel. Disable the agent whenever you want it to stop.

Curated public agents you can inspect and install.

Browse all

Loading featured agents…

For builders

Build the agent. Aleph runs the platform.

Publish the agent as a versioned bundle. Everyone who copies it gets the same inspectable starting point—not a sealed black box.

Build an agent
  1. Step 1: Author ordinary files

    Keep instructions, skills, schedules, and runtime configuration together in Git.

  2. Step 2: Push a version

    Publish an immutable bundle that other people can inspect and copy with confidence.

  3. Step 3: Let Aleph operate it

    Platform models, isolated turns, memory, secrets, schedules, and channels are already wired in.

Adopt one. Build one. Keep it running.

Start by installing an agent that already works, or publish your own bundle and let Aleph operate it.