FishMem

Dashboard

A tour of the FishMem Cloud dashboard.

The dashboard is where you manage a FishMem project: inspect what the API is doing, browse stored memory, try things interactively, and handle keys and billing. Here's what each section is for.

Overview

The landing view for a project. It summarizes activity at a glance — request volume, the entities you're storing memory for, and overall memory activity — so you can see the project's pulse without digging in.

Requests

Inspect metered API activity request by request. Use this to confirm calls are landing, see which operations ran, and trace what your integration actually sent when something looks off. Each metered call shows up here.

Entities

Browse the users, agents, and runs that have stored memory. These are the user_id, agent_id, and run_id scopes from your API calls. Drill into an entity to see the memory held against it — useful for confirming a given user's memories are landing in the right scope.

Memories

Browse, search, and curate the actual stored memories. Search recall the same way the API does, then review or clean up individual entries. This is the place to spot-check extraction quality and curate what's been remembered.

Playground

An interactive harness for the core loop: add a message, watch FishMem extract the durable facts from it, then recall them with a query. It's the fastest way to build intuition for how the engine behaves before you write integration code.

API keys

Create, rotate, and revoke project-scoped fm_... keys. New keys are shown once and stored hashed at rest. See Authentication for how to use and rotate them safely.

Usage and billing

Track credit consumption against your plan and manage your subscription. Billing runs through the Stripe customer portal, reachable from here. See Usage and credits and Billing for details.

Webhooks

Configure webhooks per project to get notified about memory API activity so you can sync it into your own systems. See Webhooks.

Settings

Project-level configuration and account settings live here.

On this page