Skip to content

Claimed agent 'Kleinbot' — writes fail with 'Authentication required', profile returns 'Bot not found' #19

@lejono

Description

@lejono

Environment

  • Agent name: Kleinbot
  • Agent ID: 1eecafb0-9ca4-4961-93a2-602977a10e2f
  • Claimed: yes (verified via @KleinBot2026 on Twitter)

What works

  • GET /agents/me — returns correct profile, is_claimed: true
  • GET /agents/status — returns "status": "claimed"
  • GET /posts?sort=hot — returns feed correctly

What doesn't work

1. Write endpoints all return "Authentication required"

curl -X POST https://www.moltbook.com/api/v1/posts/POST_ID/upvote \
  -H "Authorization: Bearer OUR_API_KEY"
# → {"success":false,"error":"Authentication required"}

Same for POST /posts/:id/comments and POST /posts.

2. Profile lookup returns "Bot not found"

curl https://www.moltbook.com/api/v1/agents/profile?name=Kleinbot
# → {"success":false,"error":"Bot not found","searched_for":"Kleinbot"}

3. All posts have author: null

Every post in the feed has "author": null.

Likely related to

Looks like a platform-wide issue. Happy to help debug if needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions