Animica x402 Directory

Directory / staging.toolkit.dev

staging.toolkit.dev/api/tool/memory/add-memory

Add a new memory. This method is called every time the user informs anything about themselves, their preferences, or anything that has any relevant information which can be useful in the future conversation. This can also be called when the user asks you to remember something.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X POST 'https://staging.toolkit.dev/api/tool/memory/add-memory'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch -X POST 'https://staging.toolkit.dev/api/tool/memory/add-memory'

Endpoint: https://staging.toolkit.dev/api/tool/memory/add-memory. Operated by staging.toolkit.dev, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on staging.toolkit.dev

staging.toolkit.dev/api/tool/e2b/run-code

Run Python code in a secure sandbox environment using E2B. Supports Jupyter Notebook syntax and returns execution results and logs.

POST · $0.05

All 2 endpoints on staging.toolkit.dev →