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
- Log in at abigail.app
- Go to Settings > API Keys
- Click Create API Key and name it (e.g., “OpenClaw Agent”)
- 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:
- Lookup the application to get metadata and examiner name
- Analyze the office action text to get claim-by-claim analysis
- Draft ROA using the analysis_id and your strategy selections
- Poll the draft job until status is
complete
- 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.