Files
langflow/docs/versioned_docs/version-1.10.0/API-Reference
Eric Hare c6dbca308d fix: remove hardcoded default superuser password (#13822)
* fix: remove hardcoded default superuser password

* fix: harden legacy superuser credential handling

* fix: update superuser CI paths

* [autofix.ci] apply automated fixes

* fix: have images default auto_login to false

have images default auto_login to false

* fix: reject legacy superuser password

* fix: align docker auth setup docs

* docs: fix custom docker auth examples

* docs: include auth env in docker upgrade examples

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Adam Aghili <Adam.Aghili@ibm.com>
2026-06-25 13:27:42 -07:00
..

API Examples (Local Test Harness)

Run all API example suites against a local Langflow server:

make api_examples_local

Run one test suite:

make api_examples_local suites=python
make api_examples_local suites=javascript
make api_examples_local suites=curl

The following examples are not executed in this harness:

  • api-build/build-flow-and-stream-events-2.py
  • api-build/build-flow-and-stream-events-3.py
  • api-flows-run/stream-llm-token-responses.py
  • api-openai-responses/example-streaming-request.py
  • api-logs/stream-logs.py
  • api-logs/retrieve-logs-with-optional-parameters.py
  • api-users/reset-password.py