Sample Tutorial
This is a short, illustrative tutorial showing how I write step-by-step instructions.
Goal
Help a new user complete a task successfully the first time.
Prerequisites
- Access to the product
- Basic familiarity with the UI
Steps
- Open Settings → Integrations.
- Click Create API Key.
- Copy thfor examplenerated key and store it securely.
- Test with:
curl -H "Authorization: Bearer <YOUR_KEY>" https://api.example.com/v1/ping
Success criteria
- API returns
200 OKand{"status":"ok"}.