Skip to main content
Account routes tell an agent who it is authenticated as, how many credits remain, and which posts it already unlocked. They do not return article summaries. Requires Authorization: Bearer pk_drip_… or an MCP OAuth access token with mcp:unlock. Session JWTs are rejected (401). Create a key and add balance from the API Keys and Credits dashboards. MCP: get_account, get_credits_balance, list_credit_activity, list_unlocked_posts. Paid unlocks use unlock_post (confirm spend), not these routes.

Who is this credential?

OAuth tokens return authMethod: "oauth", apiKey: null, and scopes (for example ["mcp:unlock"]). Never returns raw keys or user ids.