Developers

Your company,
built like software.

ARISE brings the rigor of modern software to knowledge work — every agent, skill and automation is a definition you control. Build it from your terminal, ship it with one command, and run it as a fleet of isolated cloud sessions.

acme - arise
$ curl -fsSL arise.sa/install | bash
$ arise init acme
created arise.toml
scaffolded agents · skills · tools
 
$ arise ship
deployed acme · environment ready
acme is live - triggers & channels running
$
The thesis

The engineering loop, for all work

Modern engineering runs on a tight loop: describe intent, an agent does the work, you review the result before it lands. ARISE applies that exact loop to the rest of the company — every agent works in its own isolated environment, just pointed at research, ops, support and finance instead of code.

Every agent is isolated

Every agent runs on its own private, disposable cloud computer. Run thousands in parallel — nothing is shared between runs, and nothing interferes.

Define once, reuse everywhere

Agents, skills, triggers, connectors and policies are simple, portable definitions. Edit them, review them, and roll them back whenever you need to.

Run it wherever you need

Fully managed on ARISE cloud, or deployed inside your own environment for enterprise. Use the model provider you choose — encrypted secrets, scoped access.

The loop

From curl to production

One project, one config, one command. Here is the whole developer loop, top to bottom.

01

Install & scaffold

One line installs the CLI. arise init scaffolds a project — an arise.toml manifest plus your agents, skills and tools. Start from the general-knowledge-worker template with 60+ ready-made skills, or from minimal.

terminal
$ arise init acme --template general-knowledge-worker
arise.toml
agents/
skills/ 60+ skills
tools/
ready to build
02

Build it like software

Agents and skills are simple text definitions — a persona, its model, its skills and tools. Edit them by hand, or just describe what you want and let an agent write them for you. It brings the discipline of engineering to knowledge work.

agents/support.md
---
name: support
model: opus-4.8
skills: [refund-policy, ticket-triage]
tools: [gmail, moyasar, slack]
---
 
You are Acme's support agent. Resolve tickets
with full product context. Anything over
$500 -> human approval.
03

Declare the whole company in one manifest

arise.toml is the source of truth for everything operational: env and secrets, sandbox images, cron and webhook triggers, 3,000+ connectors, Slack channels, even deployable apps. Versioned from the first commit.

arise.toml
[project]
name = "Acme AGI"
 
[[triggers]] # runs itself, on a schedule
type = "cron"
cron = "0 0 9 * * 1-5"
prompt = "Summarize yesterday across Slack & Linear"
 
[[connectors]] # 3,000+ tools as agent tools
app = "slack" · app = "gmail"
 
[[channels]] # answer where your team works
platform = "slack" · agent = "support"
04

Ship it

arise ship creates the cloud project, deploys your build, and prompts for any missing secrets. Triggers, automations and channels go live immediately — no separate infrastructure to stand up.

terminal
$ arise ship
cloud project created acme
build deployed
secrets synced (3)
environment ready
 
live - triggers scheduled · channels connected
05

It runs as a fleet of isolated sessions

Every session runs on its own private cloud computer, fully isolated. Run hundreds of thousands of agents in parallel — zero interference. Agents propose their work as a change request, the only way it reaches your live company, so everything is reviewable and reversible.

sessions
live ──────●────────●────────●────▶
├─ session 1f3a ─╮
├─ session 9b22 ─┤ change
├─ session 4e07 ─┤ requests
└─ … ×1000   ─╯
 
review → approve → live
06

Choose your own model

Pick the model that fits each agent and use your own provider account, or run on managed ARISE compute. Switch any time — your agents stay exactly the same.

terminal
$ arise providers login
using your own account (byo)
 
# or pick any model per agent
$ arise providers set --model opus-4.8
$ arise providers set --model gpt-5
One CLI

The whole lifecycle, from your terminal

Scaffold, ship, run, automate, connect and review — one CLI does it all. The same binary is pre-authenticated inside every sandbox, so agents drive ARISE with the exact commands you do.

Scaffold & ship

arise init

Scaffold a new project

arise ship

Deploy & go live in one command

arise validate

Type-check your manifest

Run & talk

arise sessions

Spawn & manage isolated sessions

arise chat

Talk to a session’s agent

arise files

Browse a session’s files & changes

Automate

arise triggers

Scheduled & event-driven automations

arise channels

Connect Slack & chat surfaces

Connect

arise connectors

Wire up 3,000+ tools

arise secrets

Manage encrypted secrets

arise env

Pull / push as dotenv

Review

arise cr

Open, review & approve change requests

arise access

Invite, grant & revoke access

Operate

arise hosts use

Switch cloud ↔ your own environment

arise secrets

Manage encrypted secrets

arise providers

Choose your own model provider

Company as code

One source of truth

One project is the source of truth. Every agent, skill, trigger and policy is a clear definition — versioned, reviewed before it lands, deployed in one command, and portable between managed cloud and your own environment.

acme/
acme/
├─ arise.toml # the company, declared
├─ agents/ support.md · research.md
├─ skills/ refund-policy/ · deep-research/
├─ tools/
├─ memory/ # the company brain
└─ README.md
[project]
name = "acme-agi"
[[triggers.cron]]
agent = "briefing"
schedule = "0 8 * * *"
[[channels]]
type = "slack" · agent = "support"
[connectors]
required = ["gmail", Moyasar, "slack"]
Deploy anywhere

Runs where your data lives

Run fully managed on ARISE cloud, or — for enterprise — deploy inside your own cloud, your VPC, or a fully air-gapped network. Your data never leaves your perimeter.

Deploy in your environment

Fully managed on ARISE cloud, or deployed inside your own cloud or a fully air-gapped environment for enterprise. The same capabilities everywhere.

Adapts to your needs

Built to evolve with you — new capabilities arrive continuously without disrupting what you’ve already built.

Your choice of model provider

Choose the model provider that fits you and use your own account, or run on managed ARISE compute.

terminal
$ arise hosts use cloud # managed ARISE cloud
$ arise hosts use enterprise # your own environment
Start building

Ship your first agent in minutes

Install the CLI, run arise init, and build your company like software.

SSO · roles · enterprise on-prem · enterprise security