Skip to content

Getting Started

Get started with Primatomic’s fully-managed cloud service in minutes. No infrastructure setup or maintenance required.

The fastest way to get started is with our managed cloud service:

  1. Sign up at primatomic.com
  2. Create a workspace and get your API endpoint
  3. Generate credentials from your dashboard
  4. Start building with our SDKs
import primatomic
# Connect to Primatomic Cloud
client = primatomic.Client("your-workspace.primatomic.com:443",
jwt_token="your-api-token")
# Your distributed system is ready!
client.put_key("welcome", "greeting", b"Hello Primatomic!")
Terminal window
pip install primatomic
import primatomic
client = primatomic.Client("your-workspace.primatomic.com:443",
jwt_token="your-api-token")
# Key-value store
client.put_key("app", "user:123", b'{"name": "Alice"}')
user_data = client.get_key("app", "user:123")
# Distributed locks
with client.lock("app", "critical-resource"):
# Your critical section here
pass

Coming soon - JavaScript SDK is in development.

For early access to additional SDKs, contact us.

Self-hosted deployment options will be available in future releases. Contact us to learn more about enterprise on-premises solutions.

TierMonthly FeeRAM IncludedOps Included
DeveloperFree1 GiB1M
Starter$4910 GiB10M
Growth$19950 GiB50M
Scale$799256 GiB250M
EnterpriseCustom≥1 TiB≥1B

Start with our free tier and scale as you grow. No credit card required to get started.