Skip to content
Sign In Get Started

Getting Started

Sign up at app.floopy.ai/signup — it’s free and no credit card is required. The onboarding flow will create your organization automatically.

Go to Settings > Providers in the dashboard and add at least one LLM provider API key (OpenAI, Anthropic, Google Gemini, etc.). This is the key Floopy uses to call the provider on your behalf.

  1. Click Add provider.
  2. Select a provider from the list.
  3. Paste your provider API key.
  4. Click Save.

Your provider key is encrypted at rest and never shown again after saving.

Go to Settings > API Keys and create a Floopy API key. This is the key your application uses to authenticate with the gateway.

  1. Click Create API key.
  2. Give the key a name (e.g. dev-local).
  3. Copy the key immediately — it is shown only once.

For Node/TypeScript we recommend the official floopy-sdk — it ships typed wrappers for every gateway endpoint (chat, embeddings, decisions, experiments, constraints, export, evaluations, routing) and is a drop-in replacement for openai. Already using openai? Point its baseURL at the gateway and migrate later.

app.ts

Open the Requests page in the dashboard. You should see your request listed with:

  • Model — the model that handled the request (e.g. gpt-4o)
  • Provider — which provider was called (e.g. OpenAI)
  • Latency — end-to-end response time in milliseconds
  • Tokens — prompt and completion token counts
  • Cost — estimated cost based on provider pricing

Click any row to see the full request and response payload, headers, and cache status.

  • Routing — control which provider and model handles each request
  • Caching — reduce latency and cost with exact and semantic caching
  • Firewall — block prompt injections and harmful content
  • Prompts — manage and version prompt templates
  • Headers Reference — full list of Floopy request and response headers