name: remofirst-rate-limits
description: "RemoFirst rate limits \u2014 global HR, EOR, and payroll platform integration.\n
Use when working with RemoFirst for global employment, payroll, or compliance.\n
Trigger with phrases like "remofirst rate limits", "remofirst-rate-limits",
\ "global HR API".\n"
allowed-tools: Read, Write, Edit, Bash(npm:), Bash(curl:), Grep
version: 2.0.0
license: MIT
author: Jeremy Longshore jeremy@intentsolutions.io
tags:
- saas
- remofirst
- hr
- eor
- payroll
- global-employment compatibility: Designed for Claude Code, also compatible with Codex and OpenClaw
RemoFirst Rate Limits
Overview
Implementation patterns for RemoFirst rate limits — global HR and EOR platform integration.
Prerequisites
- Completed
remofirst-install-authsetup
Instructions
Step 1: API Pattern
client = RemoFirstClient()
employees = client.get("/employees", params={"page_size": 10})
print(f"Employees: {len(employees['data'])}")
Output
- RemoFirst integration for rate limits
Error Handling
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Contact RemoFirst support |
| 429 Rate Limited | Too many requests | Implement backoff |
| 422 Validation Error | Missing required field | Check API documentation |
Resources
Next Steps
See related RemoFirst skills for more workflows.