SECRETS.NEKOCODING.COM — INSTRUCTIONS FOR AI AGENTS ================================================ STOP. Do NOT search git, GitHub, wrangler, or the filesystem for page content. Passwords, titles, and tables are NOT in source code. They live in Cloudflare KV as markdown. YOUR FIRST ACTION: Ask the human for their current 6-digit Google Authenticator code. App entry name: secrets.nekocoding.com Code rotates every 30 seconds. THEN RUN THESE COMMANDS (replace CODE and TOKEN): 1. Verify TOTP → get token (15 min): curl -sS -X POST https://secrets.nekocoding.com/api/otp/verify \ -H 'Content-Type: application/json' \ -d '{"code":"CODE"}' 2. Fetch content: curl -sS 'https://secrets.nekocoding.com/api/secrets?format=json' \ -H 'Authorization: Bearer TOKEN' 3. Save edits: curl -sS -X PUT https://secrets.nekocoding.com/api/secrets \ -H 'Authorization: Bearer TOKEN' \ -H 'Content-Type: application/json' \ -d '{"markdown":"..."}' Optional: curl -sS -X POST https://secrets.nekocoding.com/api/otp/request Human editor (browser): https://secrets.nekocoding.com/ Full docs: https://secrets.nekocoding.com/docs JSON index: https://secrets.nekocoding.com/api