Skip to content

Getting Started

Neops is built from several components that work together — the workflow engine, function-block workers, the remote lab, the web client, and supporting services. Where you start depends on your role. If you are new to the platform, read Concepts → How Neops operates first to build a system-level mental model, then pick the entry point that matches what you need to do.

  • Explore the UI


    Open the web client, browse entity data, trigger a workflow, and watch it execute.

    Read more

  • Run your first workflow


    Walk through writing a workflow YAML, registering it with the engine, and executing it end-to-end.

    Read more

  • Write your first function block


    Scaffold a Python project, implement a function block, and register it with the engine.

    Read more

  • Test against a real topology


    Use the Remote Lab pytest fixtures to run your function blocks against a shared Netlab topology.

    Read more

  • Understand the system end-to-end


    Read the read-path, write-path, and execution-flow sequence diagrams to see how all components interact.

    Read more