Skip to content

Add page bootstrap BFF endpoint to collapse per-page API fan-out #5

Description

@amondnet

Sub-task of #3 (Fix B).

Each page fires ~8 parallel API calls, each independently building a scoped executor (packages/core/api/src/server/scoped-executor.ts:253).

Tasks:

  • Add a single aggregated endpoint that authenticates once, builds one scoped executor, and returns account + integrations + tools + policies + connections.
  • Switch the policies / integrations pages to a single call.
  • Expected warm data-complete: ~1.77s to ~0.6-0.9s.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions