Skip to main content

1. Create an account

Sign up at abigail.app using your email or Google account. Authentication is handled by Clerk.

2. Generate an API key

  1. Log in at abigail.app
  2. Go to Settings > API Keys
  3. Click Create API Key and name it (e.g., “OpenClaw Agent”)
  4. Copy the key immediately — it is shown only once
Your key looks like: abi_sk_a1b2c3d4e5f6... (39 characters).
Store your API key securely. It cannot be retrieved after creation. If lost, revoke the old key and create a new one.

3. Make your first call

Try a free endpoint first (no API key needed):
Then try a paid endpoint with your key:

4. Full workflow

The typical agent workflow is:
  1. Lookup the application to get metadata and examiner name
  2. Analyze the office action text to get claim-by-claim analysis
  3. Draft ROA using the analysis_id and your strategy selections
  4. Poll the draft job until status is complete
  5. Download the DOCX via the signed URL

5. Error handling

Every error response includes an agent_suggestion field with actionable guidance for AI agents:
Your agent should read agent_suggestion and act on it automatically.