AI agent access

Read-only WealthGlider research for human-authorized agents.

WealthGlider publishes typed, model-generated stock-market research through a versioned API. An agent can retrieve the same shared research edition available to its human owner, inspect aggregate historical evaluation, and check account usage. The API does not execute trades, manage portfolios, or decide whether a security is suitable for a person.

Start with the public sample

The sample is fictional and unauthenticated. It is the safest first request for validating JSON parsing, schema handling, and downstream presentation before an account owner creates a credential.

curl \
  -H "Accept: application/json" \
  https://api.wealthglider.com/v1/samples/latest
Open the public JSON sample

Human-controlled credentials

Authenticated access is available to eligible WealthGlider Premium account owners. The human owner signs in, purchases access, creates each named credential, selects its scopes, and can revoke it. Credentials belong in a secret manager or local environment variable and must never appear in URLs, public prompts, screenshots, source files, or logs.

Recommendation-data requests have documented account quotas and structured recovery responses. Read the released guide before building polling, caching, or retry behavior.

Review access and pricing

Canonical integration resources

Public fictional sample

Inspect the response shape without an account or credential.

Open resource

OpenAPI contract

Use the released operation, parameter, response, and error definitions.

Open resource

Agent API guide

Follow the human-readable setup, credential, quota, caching, and recovery guidance.

Open resource

JSON Schema index

Browse the schemas published by the released OpenAPI dependency graph.

Open resource

JSON example index

Review fictional success responses and representative structured errors.

Open resource

Boundaries and support

Treat every Buy or Sell value as an impersonal research classification, not an instruction. Preserve the publication date, edition identifier, revision, and methodology context when presenting results. Do not imply that WealthGlider considered a user's holdings, taxes, objectives, risk tolerance, or current market circumstances.

Essential browser storage only

WealthGlider currently uses essential browser storage for sign-in, security, checkout continuity, and saving this notice. Third-party advertising and optional analytics are disabled.