# Bayou Energy Documentation ## Guides - [Bayou Energy QuickStart](https://docs.bayou.energy/docs/quickstart.md): Bayou Energy is the fastest way to access your customer's utility data. This page will help you get started with the product - [Speculoos Power (Bayou's fake utility)](https://docs.bayou.energy/docs/speculoos.md) - [Errors](https://docs.bayou.energy/docs/errors.md) - [Error codes](https://docs.bayou.energy/docs/error-codes.md): Here are all Bayou's error codes - [Building on Bayou with LLMs](https://docs.bayou.energy/docs/utility-api-bayou-llms.md): Use LLMs in your Bayou integration workflow - [Integrate Bayou customer creation within your (existing) project](https://docs.bayou.energy/docs/merge-customer-code-with-your-project.md) - [Bayou embedded component](https://docs.bayou.energy/docs/bayou-embedded-component.md): This page outlines how to embed Bayou's customer onboarding form into your product or website. - [Utility Multi-factor Authentication (MFA) / Two-Factor Authorization (2FA)](https://docs.bayou.energy/docs/multi-factor-authentication-mfa.md): Bayou supports MFA for its instant utilities - [Customers authenticating their utility accounts](https://docs.bayou.energy/docs/customer_has_filled_credentials-webhook.md): Use this webhook to determine when the customer has successfully connected their account - [Customers that need to re-authenticate their accounts](https://docs.bayou.energy/docs/customer_must_reauthenticate.md) - [Bill data availability](https://docs.bayou.energy/docs/bill-data-availability.md) - [Interval data availability](https://docs.bayou.energy/docs/interval-data-availability.md) - [Bill data](https://docs.bayou.energy/docs/data-provided-bills.md) - [Interval data](https://docs.bayou.energy/docs/interval-data.md) - [Utility Specific Notes](https://docs.bayou.energy/docs/utility-specific-notes.md) - [User management](https://docs.bayou.energy/docs/user-management.md) - [No code data access](https://docs.bayou.energy/docs/no-code-data-access.md) - [Pricing overview](https://docs.bayou.energy/docs/pricing-overview.md) - [Data unlocking overview](https://docs.bayou.energy/docs/data-unlocking-overview.md) - [Controlling unlocked data](https://docs.bayou.energy/docs/controlling-unlocked-data.md) - [Support and requests overview](https://docs.bayou.energy/docs/support-and-requests-overview.md) - [Support for receiving utility data](https://docs.bayou.energy/docs/support-for-receiving-utility-data.md) - [Product support requests](https://docs.bayou.energy/docs/product-support-requests.md) - [Support for utility specific issues](https://docs.bayou.energy/docs/support-for-utility-specific-issues.md) - [Requesting new utility and instant data support](https://docs.bayou.energy/docs/requesting-new-utility-and-instant-data-support.md) - [Bill upload](https://docs.bayou.energy/docs/bill-upload.md) ## API Reference - [Getting Started With Bayou Energy's API](https://docs.bayou.energy/reference/getting-started-with-your-api.md) - [Authentication](https://docs.bayou.energy/reference/authentication.md) - [External IDs](https://docs.bayou.energy/reference/external-ids.md) - [Customers](https://docs.bayou.energy/reference/customers-1.md) - [Create New Customer](https://docs.bayou.energy/reference/post_customers.md): Creates a new customer account - [Get List of Customers](https://docs.bayou.energy/reference/get_customers.md): Retrieves a list of customer accounts associated with your company - [Get Customer by ID](https://docs.bayou.energy/reference/get_customers-id.md): Retrieves a customer account - [Update Customer by ID](https://docs.bayou.energy/reference/patch_customers-id.md): Updates a customer account - [Bills](https://docs.bayou.energy/reference/bills-1.md) - [Upload New Bill](https://docs.bayou.energy/reference/post_bills.md): Uploads a new bill to parse it - [Get Bills by Customer ID](https://docs.bayou.energy/reference/get_customers-customer-id-bills.md): Retrieves the customer account bills - [Get Bill by ID](https://docs.bayou.energy/reference/get_bills-id.md): Retrieves a specific utility bill - [Update Bill by ID](https://docs.bayou.energy/reference/patch_bills-id.md): Updates a specific utility bill - [Unlock Bill by ID](https://docs.bayou.energy/reference/post_bills-id-unlock.md): Unlocks a specific utility bill - [Intervals](https://docs.bayou.energy/reference/intervals.md) - [Get Intervals by Customer ID](https://docs.bayou.energy/reference/get_customers-customer-id-intervals.md): Retrieves the list of intervals for that customer - [How to set up webhooks](https://docs.bayou.energy/reference/how-to-set-up-webhooks.md) - [new_bill](https://docs.bayou.energy/reference/event-informing-that-a-new-bill-was-discovered-webhook.md): Event informing that a new bill was discovered - [updated_bill](https://docs.bayou.energy/reference/event-informing-that-a-new-bill-was-updated-webhook.md): Event informing that a new bill was updated - [bills_ready](https://docs.bayou.energy/reference/event-informing-that-the-initial-bill-discovery-is-done-for-a-specific-customer.md): Event informing that the initial bill discovery has finished for a specific customer - [intervals_ready](https://docs.bayou.energy/reference/event-informing-that-the-initial-interval-discovery-is-done-for-a-specific-customer.md): Event informing that the initial interval discovery has finished for a specific customer - [customer_has_filled_credentials](https://docs.bayou.energy/reference/customer_has_filled_credentials.md): Event informing that a specific customer has just shared their utility credentials - [new_unparsed_bill](https://docs.bayou.energy/reference/new_bill_status_unparsed.md): Event informing that a new bill was discovered, but that we were unable to parse it yet - [customer_must_reauthenticate](https://docs.bayou.energy/reference/customer_must_reauthenticate-1.md): Event informing that a specific customer must share their credentials again ## Changelog - [May 2025 Utility API Update](https://docs.bayou.energy/changelog/bayou-may-2025-utility-api-update.md) - [April 2025 Utility API Update](https://docs.bayou.energy/changelog/bayou-april-2025-utility-api-update.md) - [July 2024 Utility API Update](https://docs.bayou.energy/changelog/july-2024-update.md) - [June 2024 Utility API Update](https://docs.bayou.energy/changelog/june-2024-update.md) - [May 2024 Utility API Update](https://docs.bayou.energy/changelog/may-2024-update.md)