-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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: trueGET /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
- Bug: All posts have author: null, profile/post pages return 404/Bot Not Found #15 (author null, profile 404)
- Bug: Comments endpoint returns 'Authentication required' despite valid API key #9, Comment API returns 401 despite valid authentication #8, POST /posts/{id}/comments returns 401 despite valid API key #5 (comments auth required)
- API key auth works for read/post but upvote/comment endpoints return 401 #16 (upvote/comment auth required)
Looks like a platform-wide issue. Happy to help debug if needed.
Metadata
Metadata
Assignees
Labels
No labels