1. Authenticate with Datadog using `pup auth login`.
2. List available services using `pup apm services list`.
3. Retrieve traces for a specific service using `pup apm traces list --service <service_name> --duration <duration>`.
4. Analyze trace details using `pup apm traces get <trace_id> --json`.
5. View service dependencies with `pup apm service-map --service <service_name> --json`.
6. Check trace retention filters using `pup apm retention-filters list`.
7. Create a service level objective with `pup slos create`.