Skip to main content

Integration catalog

Everything Cobblr talks to, in one place, with the credentials you bring. This page is generated from the code that ships, so it stays honest.

Machines & digital fabrication

Send a file to a machine's own manager and follow the job. Cobblr coordinates; the machine's controller drives the hardware. The Digital Fabrication module ships as Experimental; see the status note on its page. See Digital fabrication.

IntegrationWhat it does
OctoPrintSingle-printer host; upload and select-and-print over the OctoPrint REST API.
Klipper / MoonrakerKlipper via Moonraker (Mainsail or Fluidd); upload to the gcodes store and start a print.
Duet / RepRapFirmwareDuet Web Control; raw gcode upload and M32 start.
PrusaLinkPrusa printers via PrusaLink; PUT upload and print.
FluidNCGRBL lasers and CNC on FluidNC; upload to SD and run.
Home AssistantAn actuator, not a fabricator: wire a schedule to any Home Assistant service (an irrigation zone, a relay, any service call).
Bambu LabMQTT/FTPS, so it runs through the edge-adapter bridge (LAN or cloud mode). The cloud path monitors; sending jobs needs LAN Developer Mode.
Elegoo (SDCP)Elegoo resin/FDM printers over their own SDCP protocol, built in.
FDM MonsterManage a fleet through an FDM Monster instance.

Watch a print for failures. A detector either pulls your camera itself or scores frames Cobblr sends it. Detectors live inside the Digital Fabrication module, which ships as Experimental; see the status note on its page.

IntegrationWhat it does
PrintGuardPrintGuard pulls your camera and returns a verdict.
PrintGuard (send frames)Cobblr posts a frame to PrintGuard 2.3.0+; the path for when the detector cannot reach the camera but Cobblr can.
ObicoObico's ML failure detection.
AI visionSend a camera frame to your vision AI for a good/failed verdict.
Local HTTP detectorA generic detector reachable over HTTP on your network.
Edge detectorA detector reached through your edge bridge.

Sync sources (mirror another system in)

Mirror another system's records into a workspace through an installable manifest. See Syncing from other systems.

IntegrationWhat it does
HomeboxMirror a self-hosted Homebox inventory (live sync or one-shot CSV).
RavelryMirror your Ravelry stash and projects with your own API key.
SpoolmanKeep filament stock in step with a Spoolman instance (connected on the inventory side).

Notifications & outbound

Where Cobblr tells you, or fires an event out. Per event, per channel. See Notifications and Integrations.

IntegrationWhat it does
In-appThe bell inside Cobblr; always on.
DiscordPost to a channel via an incoming webhook.
Discord DMDirect-message a person on Discord.
Slack (webhook)Post to a channel via an incoming webhook.
EmailSend via SMTP or a transactional provider you configure on the subscription.
SMSText a number (configured per subscription).
WebhookPOST to any URL you own; wire your own scripts or tools.
Browser pushArchitected but not wired up yet (Phase 0 stub).

AI providers

Cobblr's AI runs on the provider you connect, with your key. Nothing is built in. See AI.

IntegrationWhat it does
Anthropic (Claude)Bring your own Anthropic key.
OpenAIBring your own OpenAI key.
OpenAI-compatibleAny OpenAI-compatible endpoint (your own base URL and key).
OllamaA local model server on your own hardware.
OpenRouterBring your own OpenRouter key.
Local model via edge bridgeReach a model on your network through the edge bridge.

Backup destinations

Where scheduled workspace backups go. See Backup and export.

IntegrationWhat it does
FilesystemA folder on the box (bind-mounted); always available.
S3-compatibleAny S3 bucket: AWS, Cloudflare R2, Backblaze, MinIO.
Google DriveNeeds a one-time Google OAuth app registered by the operator.