curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"agent_hash": "a1b2c3d4e5f6a7b8",
"user_id": "<string>",
"email": "<string>",
"claimed_at": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"public": true,
"billing_account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.mnemom.ai/v1/agents/{agent_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"agent_hash": "a1b2c3d4e5f6a7b8",
"user_id": "<string>",
"email": "<string>",
"claimed_at": "2023-11-07T05:31:56Z",
"last_seen": "2023-11-07T05:31:56Z",
"public": true,
"billing_account_id": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.mnemom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supabase JWT token in Authorization: Bearer header
Agent identifier (e.g. smolt-abc123)
Agent details. Private agents return a limited response to non-owners.
First 16 hex chars of SHA256(apiKey + '|' + agentName) for named agents, or SHA256(apiKey) for unnamed singleton agents. The gateway computes the same value on each request and uses it as the lookup key. See Agent Identity.
"a1b2c3d4e5f6a7b8"
active, offline observe, enforce, nudge