MACHINES
CONTEXT
TOOLS
FOR REAL WORK

Autonomous agent
infrastructure.

Give your agent a machine, persistent context,
and a way into your product.

Watch a run
YOUR AGENT.
YOUR WORKSPACE.
YOUR API.
01 / YOUR MESSAGE

Create a launch checklist for Northstar Coffee and save it.

ACTA RUNTIME
Illustrated ACTA agent machine with blue circuitry and white casingDedicated environment
03 / AGENT RESPONSE

Waiting for the runtime...

Recorded sequence
REAL RUNTIME. CONSISTENT INTERFACE.CONCEPTUAL INFRASTRUCTURE VIEW
RECORDED RUNTIME RESPONSE
REQUEST / LAUNCH CHECKLIST

Create a three-step launch checklist for Northstar.
Save it to a file. Do not contact anyone.

POST /v1/agents/:id/messages
Request receivedFile writtenResponse returned

...|

REPLAY IN PROGRESS
THE PRODUCTONE AGENT. MANY ENTRY POINTS.

One agent. Every surface.

Start a conversation. Bring your context. Build it into something bigger.

Talk directly.

Send a task in your workspace. Get the runtime's response, with a record of what completed.

Give it context.

Keep business knowledge and operating instructions with the agent. Manage credentials separately.

Make it yours.

Send authenticated messages from your application. The same agent, beyond the chat window.

FOR DEVELOPERSYOUR PRODUCT, WITH A WAY TO ACT.

Give your product
an agent.

Create a key in your workspace.
Send an instruction. Receive the response.

Server-side keys. Tenant-scoped access.
Explicit errors when a run cannot complete.
curl https://actamachine.com/v1/agents/$AGENT_ID/messages \
  -H "x-acta-key: $ACTA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"What can you help me with?",
       "userId":"customer-01"}'
QUESTIONSTHE DETAILS MATTER.

Before you build.

What is ACTA?+

ACTA is a workspace and API for operating autonomous agents on dedicated infrastructure. It brings agent conversations, knowledge, credentials and activity into one product.

Is this a real agent or a chatbot demo?+

Signed-in messages go to the deployed agent runtime. ACTA does not substitute canned replies when it is unavailable. The public animation replays a verified file-writing run.

Which runtime is available?+

The current pilot runs OpenClaw on a dedicated cloud server, using Claude Sonnet 4.6 through OpenRouter. Hermes Agent is a separate framework; this pilot is not running that framework.

Can I use it from my own application?+

Yes. Create a scoped API key in your agent's API tab, then send a POST request to its messages endpoint. Keep the key on your server, never in public browser code.

Can anyone create an account?+

ACTA is currently a private pilot. Existing workspace owners can sign in. Public self-service registration and billing are not available yet.