Talk directly.
Send a task in your workspace. Get the runtime's response, with a record of what completed.
Give your agent a machine, persistent context,
and a way into your product.
Create a three-step launch checklist for Northstar.
Save it to a file. Do not contact anyone.
POST /v1/agents/:id/messages...|
REPLAY IN PROGRESSStart a conversation. Bring your context. Build it into something bigger.
Send a task in your workspace. Get the runtime's response, with a record of what completed.
Keep business knowledge and operating instructions with the agent. Manage credentials separately.
Send authenticated messages from your application. The same agent, beyond the chat window.
Create a key in your workspace.
Send an instruction. Receive the response.
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"}'ACTA is a workspace and API for operating autonomous agents on dedicated infrastructure. It brings agent conversations, knowledge, credentials and activity into one product.
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.
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.
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.
ACTA is currently a private pilot. Existing workspace owners can sign in. Public self-service registration and billing are not available yet.