Private Beta
Get started with Empress (Beta Preview)
We're currently in private beta. Join the waitlist to get access, then follow this guide to start tracking your AI agent actions.
1
Install the SDK
Choose your language and install the Empress SDK.
Python
pip install empressNode.js
npm install @empress/sdkGo
go get github.com/empress/sdk-go2
Get your API key
Once accepted into the beta, you'll receive access to your dashboard where you can copy your API key.
Beta access required
Join the waitlist to request access. We review applications weekly.
3
Track your first action
Initialize the SDK and track an action. It appears in your dashboard instantly.
Python
from empress import Empress
# Initialize with your API key
empress = Empress(api_key="your-api-key")
# Track any agent action
empress.track(
actor="my-first-agent",
verb="processed",
object="customer-request-001",
result={
"success": True,
"output": "Request processed successfully"
},
context={
"customer_id": "cust-123",
"request_type": "support"
}
)
print("Action tracked! Check your dashboard.")4
View in dashboard
Open your Empress dashboard to see the action in real-time. Search, filter, and explore the full context of every action.
Live Activity
just nowmy-first-agentprocessedcustomer-request-001success
Next steps
Limited spots in private beta
Ready to join the beta?
Join the waitlist for early access. Beta users get direct founder support and help shape the product.
Join the waitlist