Developers

Jobs API tokens

Paid accounts can mint personal access tokens for read-only access to the jobs catalog. Tokens are shown once at creation time and stored only as peppered hashes.

1. Create a token

  1. Sign in and open /account/api.
  2. Choose a name (for example Cursor) and click Create token.
  3. Copy the rj_live_… secret immediately — it will not be shown again.

2. Call the Jobs API

curl -H "Authorization: Bearer rj_live_…" \
  "https://api.reativa.dev/jobs/feed?limit=5&q=rust"
curl -H "Authorization: Bearer rj_live_…" \
  "https://api.reativa.dev/jobs/<job-id>"

Scope matrix

CapabilityUser PAT
GET /jobs/feedAllowed
GET /jobs/:idAllowed
POST /jobs/importsDenied
Billing / webhooks / adminDenied

Security

MCP setup: Jobs MCP guide.