Last updated

Papr Cloud (Managed Service)

Papr Cloud is our fully managed service that turns AI agents from forgetful assistants into intelligent systems—in minutes, with zero infrastructure management.

Performance: Ranked #1 on Stanford's STaRK benchmark with 91%+ retrieval accuracy and <100ms response time thanks to predictive caching.

Why Choose Papr Cloud?

🚀 Get Started in 5 Minutes

No infrastructure to set up. Just create an account, get your API key, and start building with the Predictive Memory Graph.

from papr_memory import Papr
import os

client = Papr(x_api_key=os.environ.get("PAPR_MEMORY_API_KEY"))

# That's it - you're ready to go!
memory = client.memory.add(
    content="Your first cloud memory",
    type="text"
)

🎯 Focus on Your Product

We handle all the complexity so you can focus on building great features:

  • Zero DevOps - No servers, databases, or infrastructure to manage
  • Automatic Scaling - Handles traffic spikes automatically
  • Global Edge - Low latency from anywhere in the world
  • Continuous Updates - Latest features and improvements automatically
  • Managed Backups - Automatic daily backups with point-in-time recovery

🔒 Enterprise-Grade Security

Built for production from day one:

  • GDPR Compliant - EU data residency available
  • Encryption at Rest - All data encrypted with AES-256
  • Encryption in Transit - TLS 1.3 for all connections
  • Private VPC - Isolated infrastructure per customer (Enterprise)
  • SSO Integration - SAML, OAuth2 support (Enterprise)

📊 Production-Ready Performance

Built to scale, optimized for accuracy:

  • <100ms P95 latency - Predictive caching anticipates what users will ask next
  • 91%+ Retrieval Accuracy - #1 on Stanford's STaRK benchmark
  • Gets Better with Scale - More data = better predictions, unlike systems that suffer from context rot
  • 99.9% Uptime SLA - High availability architecture
  • Predictive Memory Graph - Connects context across sources automatically
  • Monitoring & Alerts - Built-in observability

💬 Priority Support

Get help when you need it:

  • Dedicated Support - Direct access to engineering team
  • Slack Connect - Real-time communication (Enterprise)
  • Architecture Reviews - Best practices consultation (Enterprise)
  • SLA Guarantees - Response time commitments
  • 24/7 Coverage - Enterprise support available

Getting Started

1. Create Your Account

Sign up for a free account:

👉 https://dashboard.papr.ai

No credit card required for the free tier.

2. Get Your API Key

Once logged in:

  1. Navigate to API Keys
  2. Click Create New API Key
  3. Give it a descriptive name (e.g., "Production" or "Development")
  4. Copy your API key
# Save your API key securely
export PAPR_MEMORY_API_KEY='mem_your_key_here'

3. Install the SDK

pip install papr_memory

4. Start Building

Follow our Quick Start Guide to add your first memory in under 5 minutes.

Pricing

Papr Cloud offers flexible pricing to suit different needs, from free development tiers to enterprise-scale deployments.

See detailed pricing and features: View Pricing Page →

Quick Overview

Developer (Free): Perfect for developers getting started - 1K memory operations, 2.5K active memories
Starter ($100/mo): Small teams - 20K memory operations, 50K active memories
Growth ($500/mo): Growing businesses - 100K memory operations, 250K active memories, private Slack
Enterprise (Custom): Large organizations - Unlimited memories, SSO, SLA, on-prem options

All tiers include:

  • Full API access
  • Predictive Memory Graph with 91%+ retrieval accuracy
  • Vector + Agentic Graph Memory
  • <100ms response times
  • Unlimited end users

Get Started Free → | View Full Pricing → | Contact Sales →

Security & Compliance

Data Encryption

  • At Rest: AES-256 encryption for all stored data
  • In Transit: TLS 1.3 for all API communications
  • Keys: Managed encryption keys (KMS)

Access Control

  • API Keys: Scoped permissions, automatic rotation
  • SSO: SAML, OAuth2, Google, Microsoft (Enterprise)
  • Role-Based Access: Team member permissions
  • Audit Logs: Complete activity tracking (Enterprise)

Privacy

  • Data Isolation: Your data is isolated
  • No Training: We never use your data to train models
  • Data Deletion: Complete data removal on request

Developer Dashboard

Papr Cloud includes a powerful web-based dashboard for managing your memory system.

Dashboard Features

Visual Data Management:

  • Browse and search all memories
  • Explore entities in your knowledge graph
  • Interactive graph visualization
  • Bulk import/export data

Schema Designer:

  • Visual schema builder
  • Custom entity types and relationships
  • Schema validation and testing
  • Pre-built templates

Interactive Playground:

  • Chat with your knowledge base
  • Test queries without code
  • Upload and process documents
  • Import data from CSV

Analytics & Monitoring:

  • Real-time usage metrics
  • API call tracking
  • Performance dashboards
  • Cost analysis

Full Dashboard Documentation: See the Developer Dashboard Guide

Quick Access

Dashboard URL: https://dashboard.papr.ai

Key Sections:

  • Get Started: Onboarding and quick start
  • Namespaces: Environment and data isolation
  • API Keys: Authentication management
  • Schemas: Custom data models
  • Views: Browse all data in tables
  • Graph: Visual knowledge graph explorer
  • Playground: Interactive testing environment
  • Usage: Metrics and analytics

Note: The dashboard is cloud-only. Self-hosted users can access core features via API or build custom UIs. See Self-Hosted Guide.

Monitoring & Observability

Built-in Analytics

Access comprehensive analytics in your dashboard:

  • Usage Metrics: Memories, searches, API calls
  • Performance: Latency, error rates, cache hits
  • Cost Tracking: Usage-based billing breakdown
  • Search Analytics: Query patterns, relevance metrics
  • Namespace Breakdown: Usage by environment
  • API Endpoint Stats: Most-used endpoints

Custom Monitoring

Integrate with your existing tools:

# Add custom metadata for tracking
memory = client.memory.add(
    content="Important user preference",
    type="text",
    metadata={
        "external_user_id": "user123",
        "app_version": "2.1.0",
        "environment": "production",
        "trace_id": "abc-123-def"  # Your distributed trace ID
    }
)

API Compatibility

Papr Cloud uses the same API as self-hosted deployments. Code written for one works with the other:

# Easy to switch between cloud and self-hosted
PAPR_BASE_URL = os.getenv("PAPR_BASE_URL", "https://memory.papr.ai")

client = Papr(
    x_api_key=os.environ.get("PAPR_MEMORY_API_KEY"),
    base_url=PAPR_BASE_URL
)

Migration Support

Need help migrating to or from Papr Cloud? Our team can assist with:

  • Data export and import
  • API integration updates
  • Testing and validation
  • Transition planning

Schedule a call to discuss your migration needs.

Support & Resources

Documentation

Community

Next Steps