Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.roughy.ai/llms.txt

Use this file to discover all available pages before exploring further.

1. Create an account

Sign up at roughy.ai and verify your email.

2. Generate an API key

In the dashboard, navigate to API keys and create a new key. Treat it like a password — it grants full access to your account.

3. Make your first request

curl https://api.roughy.ai/v1/pipelines \
  -H "Authorization: Bearer $ROUGHY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Next steps