Getting Started
Developer Walkthrough
2min
this guide is to help developers get started with amberflo by accessing the api key, installing an sdk in your language of choice, and completing the recipe of initial setup items such as creating customers and sending meters prerequisites first, access your api key by selecting settings > account configurations from the amberflo console here you will see your api key; copy this for use to enable the sdk next, python sdk docid\ kprj0wukl55nvwemntogj in your language of choice and install it $ pip install amberflo metering python if you would prefer to interact with our apis directly, the getting started docid\ kdkc4ffc0 k 1anjm362f contains all the necessary information to configure amberflo via api if you need to configure a meter ingestion stream from another location such as aws s3, sqs, a database, or even a file, see our documentation detailing aws cloudwatch docid\ euo1 qvcdw9kd4lhpzegw with step by step guides and example code integrate with amberflo once you have the api key and sdk installed, the next step is to begin taking action and creating objects in amberflo follow the recipe in your chosen language (see developer walkthrough docid\ ovy0sp56genwicg45rm77 as an example) for a step by step walkthrough to create customers, create and ingest meters, and get a usage report