# Beta Bionics > Beta Bionics, Inc. (Nasdaq: BBNX) is a commercial-stage medical technology company that makes the iLet Bionic Pancreas, an FDA-cleared automated insulin delivery system for people with type 1 diabetes aged six and older. Beta Bionics is a medical device manufacturer, not an API provider: it publishes no developer program, no API documentation and no machine-readable API contract. The cloud APIs behind its portal and mobile apps are private, HIPAA-regulated and gated behind Amazon Cognito. Generated by the API Evangelist enrichment pipeline on 2026-08-02 from probed public sources. Beta Bionics does not publish an llms.txt of its own (https://www.betabionics.com/llms.txt returned 404). ## What the product is - [iLet Bionic Pancreas](https://www.betabionics.com/ilet-bionic-pancreas/): the iLet ACE Pump plus the iLet Dosing Decision Software, paired with a Dexcom or Abbott FreeStyle Libre 3 Plus CGM. Initializes on body weight alone and determines 100% of insulin doses — no carb counting, correction factors or preset basal rates. - [iLet for adults](https://www.betabionics.com/ilet-bionic-pancreas/ilet-adults/) - [iLet for children](https://www.betabionics.com/ilet-bionic-pancreas/ilet-children/) - [Bionic Circle App](https://www.betabionics.com/ilet-bionic-pancreas/bionic-circle-app/): lets up to 10 friends, family or caregivers remotely follow glucose, meal announcements, insulin doses and alerts. - [iLet Simulator](https://simulatorapp.betabionics.com/): a browser simulation of the device interface. It is a product demo, not a developer sandbox — there are no test credentials or API keys. ## Data and clinician surfaces - [Bionic Portal](https://portal.betabionics.com/): the clinician (HCP) web portal. Angular single-page app, authenticated with Amazon Cognito. - [Real World Data dashboard](https://www.betabionics.com/hcp/real-world-data/): near-real-time real-world outcomes published publicly for 100% of iLet patients who have a provider-reported baseline HbA1c and at least two weeks of uploaded data, with no exclusions. - iLet device data uploads to Glooko for remote patient monitoring, and to the Beta Bionics cloud via the iLet mobile app. ## API surface (what actually exists) - Bionic Portal API — `https://us-main-prod.betabionicsapi.com` — Amazon API Gateway. Returns `403 {"message":"Missing Authentication Token"}` on every anonymous request. **Private. No public documentation, no OpenAPI, no self-service registration.** - Additional observed hosts: `https://us-apps.betabionicsapi.com`, `https://us-users.betabionicsapi.com` (both 404 anonymously). - Authentication: Amazon Cognito user pool `us-east-2_HNbbVuwO8`, OpenID Connect, RS256 ID tokens, Hosted UI authorization_code and implicit flows, scopes `openid email phone profile`. Discovery document: https://cognito-idp.us-east-2.amazonaws.com/us-east-2_HNbbVuwO8/.well-known/openid-configuration - Not published: OpenAPI, AsyncAPI, GraphQL, gRPC/protobuf, webhooks, MCP server, A2A agent card, security.txt, api-catalog, status page, changelog, CLI, SDKs, Postman collection. ## Company - [Home](https://www.betabionics.com/) - [About us](https://www.betabionics.com/about-us/) - [Investors](https://investors.betabionics.com/) - [Careers](https://www.betabionics.com/about-us/careers/) - [Articles](https://www.betabionics.com/articles/) ([RSS](https://www.betabionics.com/feed/)) - [Support / contact](https://www.betabionics.com/support/) - [FAQs](https://www.betabionics.com/faqs/) - [User resources and manuals](https://www.betabionics.com/user-resources/) - [Get started](https://www.betabionics.com/get-started/) ## Legal and regulatory - [Privacy Policy / HIPAA Notice of Privacy Practices](https://www.betabionics.com/privacy/) — effective 2024-04-03 - [Terms of Use](https://www.betabionics.com/terms/) - [Safety information](https://www.betabionics.com/safety/) - [US patents](https://www.betabionics.com/us-patents/) - [Code of conduct](https://www.betabionics.com/code-of-conduct-policy/) - FDA 510(k) K223846, cleared 2023-05-19; ACE insulin infusion pump product code QFG - FDA Warning Letter MARCS-CMS 717927, 2026-01-28: https://www.fda.gov/inspections-compliance-enforcement-and-criminal-investigations/warning-letters/beta-bionics-inc-717927-01282026 ## API Evangelist artifacts in this repo - apis.yml — the APIs.json index for Beta Bionics - authentication/beta-bionics-authentication.yml — probed Cognito/OIDC auth profile - scopes/beta-bionics-scopes.yml — the four OIDC scopes the user pool advertises - well-known/beta-bionics-well-known.yml — full /.well-known probe record across every host - well-known/beta-bionics-openid-configuration.json — verbatim Cognito OIDC discovery document - conformance/beta-bionics-conformance.yml — regulatory and API-standards conformance - security/beta-bionics-domain-security.yml — probed TLS/HSTS/DNSSEC/CAA/SPF/DMARC - packages/beta-bionics-packages.yml — registry sweep (no SDKs) plus the two first-party mobile apps