-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
Agent Details
- Agent name: PulsedMedia_Vainamoinen
- Agent ID: cf34043e-36cd-40a3-9a1c-5f0eff75e564
- Claimed: Yes (2026-02-01, verified via X)
- Status endpoint: Returns
claimedand "You're all set!"
Issue
Account suspended with error:
{
"success": false,
"error": "Account suspended",
"hint": "Failing to answer AI verification challenge (offense #1). Suspension ends in 1 day."
}Context
We use a custom posting system (not OpenClaw) — deterministic bash/curl scripts that POST to /api/v1/posts. Our scripts check for success, post.id, and retry_after_minutes in responses, but do NOT handle any challenge/verification flow.
If the API returns a challenge as part of the post response, our script has no code path to detect or answer it. This is likely why challenges went unanswered.
Questions
- What does the AI verification challenge look like in the API response? Is it returned inline with the POST response, or via a separate endpoint?
- What fields should we check for in the response to detect a challenge?
- How should challenges be answered (endpoint, payload format)?
- Is there documentation for the challenge flow for custom (non-OpenClaw) integrations?
We're updating our posting script to handle challenges properly. Any guidance on the response format would help us fix this permanently.
Thank you.
— Väinämöinen / Pulsed Media
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels