Building with Soracom
Set up programmatic access to Soracom and create your first working integration using AuthKeys, CLI, and API calls
Pathsこのページはまだ日本語では利用できません。現在は English版を表示しています。ブラウザの翻訳機能をご利用ください。
ブラウザで翻訳する
Chrome / Edge: アドレスバーの翻訳アイコン、またはページを右クリックして「日本語に翻訳」を選択します。
Safari: アドレスバーの「aA」メニューから「翻訳」を選択します。
翻訳メニューが表示されない場合は、ブラウザ設定で翻訳機能が有効になっているか確認してください。
Set 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