curl --request GET \
--url https://api.mnemom.ai/v1/orgs/{org_id}/agents \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"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/orgs/{org_id}/agents \
--header 'Authorization: Bearer <token>'{
"agents": [
{
"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
Organization identifier (e.g. org-abc12345)
Filter to only current user's agents
Organization agents
Show child attributes