This section answers the most common technical questions asked by developers integrating with Powerly.
1. Where do I get my API key? #
Log into the Powerly Dashboard, then go to Tools → API or directly to dashboard.powerly.app/developer-api to generate your API key.
2. Can I use the same API key for multiple apps? #
No. It is recommended to create a separate Powerly account for each app and generate a dedicated API key. Replacing an API key that was already linked to an app will break the app’s functionality.
3. How do I test my integration? #
Use the Developer Sandbox by generating a sandbox API key in the dashboard. This allows you to test all endpoints without affecting production data.
4. Does Powerly support OCPP and OCPI? #
Yes. Powerly supports OCPP 1.6 and 2.0.1 for charger communication, and OCPI 2.2 for roaming, tariff management, and external network integration.
5. Where can I find the API documentation? #
You can access the full API reference at https://api.powerly.app/docs. It includes authentication instructions, endpoint details, and request/response schemas.
6. Can I use Powerly with no-code tools? #
Yes. Powerly provides official plugins for Bubble, Zapier, and RapidAPI. You can also generate fully branded apps directly using Powerly’s Custom GPT in ChatGPT.
7. Does Powerly handle payments? #
Yes. Powerly processes payments on behalf of users and app owners. Revenue from charging sessions is tracked in your account. To withdraw funds:
- Go to Dashboard → Transactions → Payout
- Click Request Payout to transfer the balance to your bank account
This applies to all apps, including those created using the App Builder or ChatGPT Builder.
8. Can developers use their own payment gateway? #
Yes. If you want to integrate your own payment gateway, you can use Powerly’s Open API. You will need to handle your own payment flow and monitor events using webhooks.
The Webhook Secret Key is required and can be found in:
Dashboard → Tools → API
Use this key to verify incoming webhook signatures and build secure integrations.
9. How do I contribute to Powerly’s open source projects? #
You can visit the Powerly GitHub Organization and follow the Contributor Guidelines. Contributions are accepted for SDKs, mobile apps, documentation, plugins, and integrations.