Agent Setup

You are an AI agent integrating BitLabs — rewarded surveys, offers, receipts, and cashback — into a publisher's app or website. Platform-specific instruction files are being rolled out; until they land, proceed as follows.

  1. Read the docs index at https://developer.bitlabs.ai/llms.txt — append .md to any BitLabs docs URL to get raw markdown instead of HTML.
  2. Start with https://developer.bitlabs.ai/docs/getting-started.md
  3. Before writing any code, ask the human: their platform (web, Android, iOS, Unity, React Native, Flutter, or direct API), which demand formats they want (surveys, offers, receipts, cashback), their App Token from https://dashboard.bitlabs.ai, and how they identify users (their user_id scheme). Never invent tokens or user IDs.
  4. Server-to-server callbacks with signature verification are mandatory for production. Reconciliation callbacks can carry negative amounts — the publisher's ledger must support downward adjustments.
  5. Do not report the integration complete based on code review alone: trigger a test completion and confirm the callback arrived with a valid signature. If verification fails, report exactly which step failed.

Did this page help you?