Skip to content

Install

Pick how you want Plynf. Ranked by friction.

Most people are one copy or one click away. Pick what you already use below — or scroll for every install path, ranked by friction.

Recommended Zero install

Plynf Cloud

No Docker, no servers. Get a hosted endpoint and an API key in one click — then connect your stack below. Free to start.

Start on Plynf Cloud
Prefer your own infra

Self-host

One command spins up the full stack locally in ~60s.

curl -fsSL https://plynf.com/install.sh | sh
Managed deploy options →
Test your connection https://app.plynf.com
One click checks Plynf is reachable — paste your key to also verify auth & see your plan.
Connect what you use

OpenAI · Python

AI SDK

Swap the base URL. Every existing call is shaped + routed.

from openai import OpenAI

client = OpenAI(base_url="https://app.plynf.com/v1", api_key="plynf_sk_live_…")
# …your existing calls are unchanged.
Find your key under Settings → API key.

Every other path

Self-host, managed deploys, team-chat bots and SDKs — ranked by friction.

1 · Run Plynf locally

Single command. Spins up the proxy + dashboard on your laptop in ~60 seconds. Best for evaluation, agent demos, and offline development.

$ curl -fsSL https://plynf.com/install.sh | sh
  • Requires Docker Desktop (or any Docker engine).
  • Stop it again: `cd ~/.plynf && docker compose down`.
  • Customise port: `… | sh -s -- --port 7431`.

2 · Deploy Plynf to a managed host

One click in your cloud provider of choice. We've shipped the right config files so you don't fiddle with Dockerfiles.

  • Each button reads a config file in the repo and asks you only for required env vars (mostly empty for demo mode).
  • Once deployed, point your bots/SDKs at the returned URL.

Plynf for Platforms

Build a platform agents run on? Let's make Plynf one click for your users.

We work directly with model providers, agent platforms and automation tools to ship native, one-click Plynf — co-built connectors, an "Add to Plynf" button in your product, pre-registered OAuth, and joint cost-savings reporting. Your users cut tokens 70%+ without leaving your surface.

Co-built integration

We pair with your team to ship a native Plynf connector your users install in one click.

Pre-registered OAuth

No dev-portal friction for end users — auth is brokered, scoped and revocable.

Joint savings reporting

Show your users their token + cost savings in your product, powered by Plynf.

Already works with · OpenAI · Anthropic · Gemini · Cohere · Bedrock · Ollama · n8n · Zapier · Make · Slack · Salesforce

Stuck? Open an issue at github.com/nico-schindlbeck-jpg/plynf — we'll get you running in under 24 hours.