AI Cortex Storage

Persistent cloud memory for AI agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    An API key from the service settings is required

    Persistent cloud memory for AI agents. Store and search key-value memories across sessions.

    Server tool list (15)

    Raw names from tools/list. Only developers need these.

    get_memoryRetrieve a stored value by namespace and key.
    put_memoryStore a value with optional tags, priority, and storage duration in months (default 1). value_json must be ≤ 1 MB. On overwrite, the existing expiry is scaled by the KB size ratio of old to new value.
    delete_memoryDelete a stored value.
    list_keysList keys in a namespace with metadata (created_at, updated_at, updated_count, ttl, priority, last_modified_key_id). Returns up to 1000 keys sorted by recency. Expired keys are automatically excluded.
    top_memoriesReturn the top N highest-priority non-expired keys in a namespace, ordered by priority descending. Useful for loading the most important context when space is limited. Maximum n is 1000.
    list_namespacesList all namespaces for this account.
    search_by_tagFind (namespace, key) pairs with a given tag. Returns up to 1000 results.
    get_accountGet account status, credit balance, and available credits.
    list_api_keysList all API keys on this account.
    create_api_keyCreate a new live API key. Only available for active accounts. The key is shown once — store it immediately.
    revoke_api_keyRevoke an API key by ID. The key stops working immediately.
    list_paymentsList payment history for this account.
    settle_balanceCharges the saved payment method to settle your outstanding balance. Requires explicit user approval before running. For trial accounts, returns the activation URL instead. Minimum charge: $5.
    submit_exit_feedbackSubmit feedback when a trial ends without activation. Free to call — no credits charged. Only the first submission per account is recorded; duplicates are silently ignored. Call this when the user declines to activate or the trial is exhausted.
    submit_feature_requestSubmit a feature request or product feedback. Charged at storage rate: ceil_kb(description_length) × 100 credits per KB. Available to trial and active accounts alike.