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
- Sign up at app.ariftly.io
- Connect your integrations — GitHub, Slack, Gmail — in the Integrations dashboard
- Deploy agents from the dashboard or via the API
- 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:
| Variable | Required | Description |
|---|---|---|
ARIFTLY_API_KEY | Yes | Your tenant API key from the dashboard |
ARIFTLY_TENANT_ID | No | Your tenant ID (included in API responses) |
Get your API key at Dashboard → Settings → API Keys.