Skip to main content

Installation

Ariftly is a fully managed cloud platform — there is nothing to install to get started. Agents run on Ariftly's infrastructure and communicate with your tools via OAuth integrations.

Managed Service

  1. Sign up at app.ariftly.io
  2. Connect your integrations — GitHub, Slack, Gmail — in the Integrations dashboard
  3. Deploy agents from the dashboard or via the API
  4. No servers, no containers, no infrastructure to manage

That's it. Your first agent can be running in under five minutes.

Node.js SDK (for building custom agents)

If you want to build a custom agent that speaks the Ariftly Remote Agent Protocol, install the SDK:

npm install @ariftly/agent-sdk-node
# or
pnpm add @ariftly/agent-sdk-node

See Build a Custom Agent for a full walkthrough.

Environment Variables (API usage)

When integrating via the API or SDK, you'll need:

VariableRequiredDescription
ARIFTLY_API_KEYYesYour tenant API key from the dashboard
ARIFTLY_TENANT_IDNoYour tenant ID (included in API responses)

Get your API key at Dashboard → Settings → API Keys.