Quickstart
Note
To be written. This page should take a reader from nothing to a successful response in under five minutes, with no prior Thatch knowledge assumed.
1. Create an account
2. Create an API key
See API keys.
export THATCH_API_KEY="..."
3. Send a request
curl https://api.thatch.cloud/v1/... \
-H "Authorization: Bearer $THATCH_API_KEY" \
-H "Content-Type: application/json" \
-d '{ }'
4. Next steps
- Core concepts — what a job, node, and region actually are.
- API overview — the full surface.
- Rate limits & quotas — before you scale up.