Innovalyxx Sovereign Edge – memory.write is a paid API for AI agents from edge.innovalyxx.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-17).
Encrypts and durably stores a categorized memory entry for a specified entity, anchored by a wallet signature and content hash, within the Innovalyxx cyber-physical agent memory system.
Verified cyber-physical AI tools for autonomous agents. Pay per call via x402 (USDC on Base). 26 tools covering MRV verification, biodiversity, skip twin, site certification, agent trust, transaction evidence, protocol bridging, GEO audit, IATP reputation, ABV maturity, NIST TEVV alignment, and encrypted memory write/read/query/grant/revoke/tool_context/pricing_hint/subscription_quote/attest/verify_attestation.
Returns a JSON object confirming the write succeeded, including the generated entry_id, entity_id, entity_type, content_hash, category, written_at timestamp, and a payment receipt object confirming the $0.01 USDC micropayment on Base.
POSThttps://edge.innovalyxx.com/mcp/tools/memory.writeChoose this endpoint when an autonomous agent needs to cryptographically anchored, wallet-signed, encrypted persistent memory for structured entities (agents, habitats, sites, projects, transactions, users) within the Innovalyxx cyber-physical ecosystem. Prefer it over generic key-value stores when you need DID-linked actor attribution, EIP-191 signature integrity, FACT attestation cross-referencing, and per-category memory organization (verification, preference, context, history). It is the correct write primitive before querying with memory.query or granting access with memory.grant.
| Field | Type | Description |
|---|---|---|
| tags | array | Optional queryable tags. |
| category | string | Memory category. |
| actor_did | string | Optional DID of the agent performing the write. |
| entity_id | string | Stable identifier, e.g. 'habitat:H-123' or 'agent:urn:aid:...'. |
| entity_type | string | Category of entity this memory belongs to. |
| source_tool | string | Tool that produced this memory, e.g. 'verify_biodiversity'. |
| content_hash | string | SHA-256 hex of canonical plaintext. |
| owner_wallet | string | 0x-prefixed address of the owner. |
| content_nonce | string | Base64 12-byte nonce. |
| wallet_signature | string | EIP-191 signature over the deterministic write message. |
| content_ciphertext | string | Base64 AES-256-GCM ciphertext. |
| source_attestation_id | string | Optional FACT attestation ID. |
{
"type": "json",
"example": {
"ok": true,
"tool": "memory.write",
"payment": {},
"category": "category",
"entry_id": "entry_id",
"entity_id": "entity_id",
"written_at": "written_at",
"entity_type": "entity_type",
"content_hash": "content_hash"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"