1. Get an API key
A workspace admin can mint a key in the Parable app under Settings → API. The full token —parable_ followed by 32 random
characters — is shown exactly once at creation; Parable stores only a hash.
Keys are workspace-scoped and read all processed captures in the
workspace. Treat them like passwords.
2. Pull the first page
3. Run the cursor loop
Treat cursors as opaque strings: store and echo them, never interpret them.The stream never emits a capture behind a cursor you have already advanced
past, so this loop cannot skip data.
endCursor is null when a page is
empty — keep your previous cursor.