๐ŸŽญ Demo Mode
โ† Landing Superadmin โ†’
Total API Keys
3 / 100
Total Stored Keys
247
Total Requests
12,847
Total Data Points
89,432
Payload Data
2.34 MB
Total Storage
8.76 MB

๐Ÿ“Š Usage Statistics

Requests (Last 30 Days)

Top Endpoints

๐Ÿ”‘ Your API Keys

Name API Key KV Pairs Events Storage Created Last Used Actions
Production API sk_live_a1b2c3d4e5f6... 156 45,231 4.2 MB Dec 1, 2024 2m ago
Development sk_test_x9y8z7w6v5u4... 67 32,156 3.1 MB Nov 15, 2024 1h ago
Testing Key sk_test_m1n2o3p4q5r6... 24 12,045 1.4 MB Dec 5, 2024 3d ago

๐Ÿ’พ Key-Value Data

Key Value Preview API Key Updated Actions
user:preferences {"theme":"dark","notifications":true,"language":"en"} Production API Dec 10, 14:32
config:app {"version":"2.4.1","features":["analytics","export"]} Production API Dec 10, 12:15
cache:products [{"id":1,"name":"Widget Pro","price":29.99},{"id":2,...}] Development Dec 9, 23:45
session:abc123 {"userId":42,"role":"admin","expiresAt":"2024-12-11T..."} Testing Key Dec 8, 09:20

๐Ÿ“ก Event Explorer

Total Events
89,432
Today
1,247
Active Sources
8
Timestamp Source Event Data API Key
Dec 11, 15:42:31 user_action {"action":"click","element":"buy_button","page":"/product/123"} Production API
Dec 11, 15:41:28 page_view {"url":"/dashboard","referrer":"/login","duration":12500} Production API
Dec 11, 15:40:15 api_call {"endpoint":"/users","method":"GET","status":200,"latency":45} Development
Dec 11, 15:39:02 error {"type":"ValidationError","message":"Invalid email format"} Testing Key

๐Ÿ“‹ Request Logs

Time Method Endpoint Status Duration API Key
15:42:31 GET /api/kv/user:preferences 200 12ms Production
15:41:28 POST /api/event 201 8ms Production
15:40:15 GET /api/kv 200 23ms Development
15:39:02 DELETE /api/kv/temp:cache 404 5ms Testing

๐Ÿงช API Playground

GET

Response

{
  "status": "success",
  "data": {
    "user:preferences": {
      "theme": "dark",
      "notifications": true,
      "language": "en"
    },
    "config:app": {
      "version": "2.4.1",
      "features": ["analytics", "export"]
    }
  },
  "meta": {
    "total": 2,
    "latency_ms": 12
  }
}