Arcasya.ai
Platform / Launchpad OS

Operator-grade
orchestration substrate.

Six primitives. The same vocabulary infrastructure software has used for forty years — applied to AI agents that finish work.

Primitives / 06
P-01

Plans

Goal decomposition. Up to three reflection cycles before a plan ships. Context carries forward across runs.

P-02

Steps

Six step types: llm_call, tool_call, sub_agent, human_approval, wait, webhook. Dependencies resolved automatically.

P-03

Tasks

Durable async queue. Survives serverless cold starts. Auto-retry up to three times. Claimed-by tracking.

P-04

Executions

Append-only log. Tokens, duration, output — every action recorded. Feeds the realtime constellation telemetry.

P-05

Memory

Persistent KV per (org, agent). Optional TTL. Vector search over knowledge documents via pgvector + HNSW.

P-06

Reflection

Goal-achievement evaluation between runs. Auto plan revision when reflection finds a gap. Human gate when needed.

Arcasya
The Constellation / 005

Twelve agents.
One orchestration graph.

Every plan, every task, every memory — alive in one canvas.

Realtime feed / executionsORCH-001
The Engine / 004

Plans → steps → tasks → executions → memory.

01 / 5agent_plans

Plan

Goal decomposition. Up to 3 reflection cycles before ship.

{ "goal": "...", "reflection_cycles": 3 }
02 / 5agent_plan_steps

Steps

Ordered DAG. Six step types. Dependencies resolved.

{ "type": "llm_call", "depends_on": [1, 3] }
03 / 5agent_tasks

Tasks

Durable async queue. Survives cold starts. Auto-retry × 3.

{ "status": "queued", "retries": 0 }
04 / 5agent_executions

Executions

Append-only log. Tokens, duration, output — every action.

{ "tokens": 412, "duration_ms": 1840 }
05 / 5agent_memory

Memory

Persistent KV per (org, agent). Optional TTL. Vector search.

{ "key": "client.prefs", "ttl_seconds": 2592000 }
Reflection × 3Retries × 3Step types × 6
Pan ↔
Integrations / 005

Connect the systems your work already runs on.

Gmail, Drive, Calendar, Jobber, Stripe, OpenAI, Anthropic, xAI, and arbitrary webhooks — all live as first-class context inside every agent.

GmailINT-001email
Google DriveINT-002storage
Google CalendarINT-003calendar
JobberINT-004crm
StripeINT-005billing
OpenAIINT-006ai
AnthropicINT-007ai
xAIINT-008ai
WebhooksINT-009webhook
SlackINT-010webhook
HubSpotINT-011crm
NotionINT-012storage
Mission / 008

Build with Arcasya.

Stand up your first plan in under three minutes. No credit card. 500 free credits. Six agents. One constellation.

Arcasya / V2.1 / Operator-grade orchestration