Building with Soracom
Set up programmatic access to Soracom and create your first working integration using AuthKeys, CLI, and API calls
PathsSet up programmatic access to Soracom and build your first practical integration. This path walks through AuthKey creation, CLI setup, first API call, and a small end-to-end exercise that works against your account or devices.
What you will set up
- AuthKey-based authentication for automation
- A working
soracom-clienvironment - Basic API/CLI workflows for listing account resources
- A repeatable "fetch, verify, and save output" integration pattern
Suggested sequence
- API Authentication - Generate credentials and understand token flow.
- API Usage Guide - Learn request patterns and endpoint structure.
- CLI Usage Guide - Install and configure
soracom-cli. - CLI Reference - Identify equivalent commands for API workflows.
- API Reference - Validate payloads and response shapes.
Hands-on checkpoint
Complete a small integration script that:
- Authenticates with your AuthKey
- Calls at least one read endpoint (for example, operator or SIM list)
- Writes the response to a local JSON file for later use
- Re-runs successfully without manual Console steps