Infrastructure
Manage and optimize the core hosting infrastructure that keeps businesses online 24/7.
View Open Roles
Fire is the oldest tool we have. Everything else is just knowing when to step away from it.
// 1 — install
$ npm i @orca4/sdk
// 2 — wire it up
import { BlockSDK } from "@orca4/sdk";
const block = new Block({ key: process.env.ORCA4_KEY });
agent.use(block.generate()); // that's it.

// 1 — install
$ npm i @orca4/sdk
// 2 — wire it up
import { BlockSDK } from "@orca4/sdk";
const block = new Block({ key: process.env.ORCA4_KEY });
agent.use(block.generate()); // that's it.