Skip to content

[TASK] Build connector API-validation harness (fan-out: manifest vs live vendor API) #96

Description

@AtelyPham

Part of tangle-network/agent-dev-container#1898

Problem

136 OAuth2 + ~400 api-key connectors. One-by-one QA ≈ 400 days. Need an automated validation pass.

Build

A fan-out harness (dynamic workflow, ~1 validator per connector) that checks each adapter's manifest against the live vendor API:

  • base URL reachable; auth kind correct
  • OAuth: authorize/token URLs, scopes, token refresh, extra auth params
  • endpoints: path / method / params / pagination vs vendor docs/OpenAPI
  • 2–3 representative tool calls execute where a test cred exists

Emits a structured result per connector (pass / warn / fail + reason), consumed by the validation-findings checklist (filed alongside this issue).

Acceptance

  • Runs over the full connector set; machine-readable output + a human checklist.
  • Piloted on the ~21 already-registered providers with results attached.

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

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions