# Integrate with Luxonis Hub

Use this section when you need to put Luxonis Hub behind your own backend, customer portal, or operational tooling. Start with the
integration architecture, then move into authentication, public GraphQL workflows, browser-session bootstrap, or advanced model
automation as needed.

Use the canonical customer-owned frontend and backend pattern before you implement GraphQL queries, browser streaming sessions, or
operational automation.

## Start here

### API Keys

Create and manage the backend-only credentials used to authenticate Hub requests from your own backend.

[API Keys](https://docs.luxonis.com/cloud/api/api-keys.md)

## Public control-plane workflows

### About GraphQL

Understand the public `team { ... }` GraphQL surface used for external Hub integrations.

[About GraphQL](https://docs.luxonis.com/cloud/api/graphql.md)

### Integration Guides

Move from architecture to concrete backend workflows such as device reads, snaps handling, and operational automation.

[Integration Guides](https://docs.luxonis.com/cloud/api/guides.md)

### Device Management

List devices and read device state through the current public GraphQL surface.

[Device Management](https://docs.luxonis.com/cloud/api/guides/device-management.md)

### Working with Snaps

Query, filter, and delete snaps programmatically from your backend workflows.

[Working with Snaps](https://docs.luxonis.com/cloud/api/guides/snaps.md)

## Browser connection bootstrap

### Streaming and Visualizer

Use the recommended backend-mediated bootstrap flow for browser device sessions, app sessions, and visualizer connections.

[Streaming and Visualizer](https://docs.luxonis.com/cloud/api/guides/streaming-and-visualizer.md)

## Models and conversion automation

### Model Management in Hub

Use the Hub UI for common model workflows such as upload, conversion, and version management.

[Model Management in Hub](https://docs.luxonis.com/cloud/hubai.md)

### Models API

Use the models API when you need advanced programmatic automation for model registry and conversion workflows.

[Models API](https://docs.luxonis.com/cloud/api/reference/models-api.md)

> **Current product boundary**
> Webhook-driven integrations, manifest-based rollout, and large-scale deployment orchestration are not generally available as
broad self-serve workflows today.
