The Ruddr API is a RESTful API that lets you programmatically access and manage your Ruddr workspace data, including clients, projects, members, time entries, expenses, invoices, and more.Documentation Index
Fetch the complete documentation index at: https://docs.ruddr.io/llms.txt
Use this file to discover all available pages before exploring further.
Get Your API Key
- Navigate to Settings > API Keys in your Ruddr workspace
- Click Create API Key
- Optionally name the key to identify its purpose or owner
- Click Submit to generate the key
Make Your First Request
Test your connection by fetching your workspace details:Next Steps
Getting Started
- Review Conventions for base URL, data formats, and general rules
- Learn about Authentication and how to manage API keys
- Understand Rate Limits and how to handle throttled requests
- Explore List Endpoints for pagination, sorting, and filtering
- Read about Errors for HTTP status codes and error response format
Resources
- Explore the API Reference to browse all available endpoints
- Download the OpenAPI Spec for client generation and API exploration
- Check the Changelog for the latest API updates