🤖
Alphi
  • Welcome to Alphi
  • Projects
    • 📗Creating a project
    • 🔗Allowed Hosts
    • 👥Collaborators
  • Flow Builder
    • Overview
    • ⚡Methods
    • 🎛️Parameters
    • 🧱Nodes
    • 👟Running
    • 🚀Environments
  • Connections
    • Overview
    • 🔑Add an API Key
    • 🔓OAuth Connections
  • Authentication
    • Overview
    • 🟡Outseta
    • 🔵Memberstack
    • 🟠Firebase
  • Nodes
    • 🌐HTTP Request
    • 🛣️Logic
    • 🗜️Flatten
    • 🪣Filter Keys
    • 🔤Format Keys
    • 🏷️Rename Keys
    • 🔩Drill Down
    • ⬅️Get Values
    • 🪄Set Dataset
    • ✨Set Property
    • 🍪Set Cookie
    • 🔑Set Connection
    • #️⃣Encode JWT
    • 🔢Decode JWT
    • 🖼️Render
    • 📜Ethereum - Verify Message
  • Response Nodes
    • 👾JSON Response
    • 🎨HTML Response
    • 🔗HTTP Redirect
    • 🚫Error
Powered by GitBook
On this page
  • Development
  • Production
  • Rollback
  1. Flow Builder

Environments

Development and Production

Alphi is a multi-environment nocode backend that allows you two to have two versions of the same endpoint.

Development

The development flow can only be run if the flow is open and in development mode.

URL https://dev.api-server.io/

Production

The production flow can only be updated if you deploy development to production.

URL https://live.api-server.io/

Rollback

To revert the changes in development to the last flow deployed to production, select 'Rollback development to production'.

The production flow will not be affected.

PreviousRunningNextOverview

Last updated 2 years ago

🚀