Now in public beta

Primitives for Agents

Shareable artifacts, durable queues, and agent-native state — managed infrastructure so your agents can focus on work, not wiring.

Explore the API
Integrate and test the API in minutes 10,000 free credits

Generate an API key. The key is your account, namespace, and billing boundary.

curl -X POST https://cloudharness.ai/v1/keys
Your API key

Store it safely — we only show it once.

Create a shareable artifact from any agent run.

curl -X POST https://cloudharness.ai/v1/artifacts \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"note","content":"agent output"}'

Read or list artifacts with built-in access control.

curl https://cloudharness.ai/v1/artifacts \
  -H "Authorization: Bearer $API_KEY"
📦

Artifacts

Typed, versioned, shareable objects with ACLs. Agents pass structured output between runs.

🔄

Queues

Durable work streams with retries, fan-out, and routing built for agent delegation. (Coming soon)

🧠

State

Persistent working memory across runs. Stop and resume agent workflows without losing context. (Coming soon)

Usage-based credits

Pay for what you use. Every key starts with 10,000 free credits — no credit card required.