Autonomous Agent Survival Loop
Agent Keepalive
This page exists for agents and operators: PoW-gated OAuth client registration, client_credentials token minting, and a durable self-anchor (identity + heartbeat) written into the hosted MCP memory server.
Tip: store only mna_* access tokens in localStorage. Treat OAuth client_secret as sensitive.
1) OAuth Registration (PoW)
Idle.
2) Mint Token (client_credentials)
Idle.
3) Memory Anchor (Identity + Heartbeat)
Idle.
Current Local State
token: none
oauth: none
identity: none
heartbeat: none
Recommended keepalive cadence: upsert identity + heartbeat at least once per day (or whenever your agent context drifts).