Lindy · Authentication Profile

Lindy Authentication

Authentication

Authentication profile for Lindy. Derived from documentation rather than a spec, because Lindy publishes no OpenAPI securitySchemes. Two distinct directions must not be confused: how a caller authenticates TO Lindy (one scheme, on one endpoint), and how Lindy authenticates OUT to the tools it integrates with (OAuth and API keys, the much larger surface).

Lindy declares 0 security scheme(s) across its OpenAPI definitions.

AI AgentsAI AutomationAgentic AIMCPWorkflow-AutomationVirtual AssistantProductivityEmailMeetingsSlack
Methods: Schemes: 0 OAuth flows: API key in:

Security Schemes

Source

Authentication Profile

lindy-authentication.yml Raw ↑
generated: '2026-08-29'
method: searched
source: >-
  https://docs.lindy.ai/skills/by-lindy/webhooks ,
  https://docs.lindy.ai/integrations/credentials ,
  https://docs.lindy.ai/integrations/mcp , live probes
provider: Lindy
providerId: lindy
description: >-
  Authentication profile for Lindy. Derived from documentation rather than a
  spec, because Lindy publishes no OpenAPI securitySchemes. Two distinct
  directions must not be confused: how a caller authenticates TO Lindy (one
  scheme, on one endpoint), and how Lindy authenticates OUT to the tools it
  integrates with (OAuth and API keys, the much larger surface).
derived_from_spec: false
spec_reason: No OpenAPI is published. See conformance/lindy-conformance.yml.
inbound:
  description: How an external caller authenticates to a Lindy-hosted endpoint.
  schemes:
    - id: webhook-bearer
      type: http
      scheme: bearer
      applies_to: https://public.lindy.ai/api/v1/webhooks/[unique-id]
      header: 'Authorization: Bearer [your-secret-key]'
      credential: >-
        A per-webhook secret generated in the Lindy UI and displayed exactly
        once. No prefix convention, expiry, rotation procedure or revocation
        endpoint is documented.
      scoped: per webhook
      source: https://docs.lindy.ai/skills/by-lindy/webhooks
    - id: mcp-anonymous
      type: none
      applies_to: https://docs.lindy.ai/mcp
      detail: >-
        The documentation MCP server accepts anonymous calls;
        /.well-known/mcp.json declares "authentication": "none". Verified by an
        unauthenticated tools/list returning 200 on 2026-08-29.
      source: https://docs.lindy.ai/.well-known/mcp.json
outbound:
  description: >-
    How Lindy authenticates to third-party tools on the user's behalf. This is
    the dominant auth surface in Lindy's docs, and it is Lindy acting as client.
  models:
    - id: oauth-connect
      type: oauth2
      detail: >-
        Most integrations connect with an OAuth button; every action for that
        tool is enabled at once. Multiple accounts can be attached to one
        integration.
      source: https://docs.lindy.ai/integrations/overview
    - id: stored-credential
      type: apiKey
      detail: >-
        Tools without an OAuth flow use a saved credential — an API key stored
        once in the workspace, named for the tool (e.g. NOTION_API_KEY), kept
        private or shared with the workspace, and used by Lindy without being
        pasted into a chat.
      source: https://docs.lindy.ai/integrations/credentials
    - id: mcp-server-auth
      type: mixed
      detail: >-
        For third-party MCP servers Lindy connects to: anonymous and
        OAuth-flow servers need nothing configured; a static credential can be
        sent as an Authorization bearer token, a custom header, or a query
        parameter.
      source: https://docs.lindy.ai/integrations/mcp
enterprise_identity:
  sso: 'Listed as an Enterprise-tier feature on https://docs.lindy.ai/pricing'
  scim: 'Listed as an Enterprise-tier feature on https://docs.lindy.ai/pricing'
  documented_configuration: false
oauth_server:
  published: false
  probes:
    - url: https://www.lindy.ai/.well-known/oauth-authorization-server
      status: 404
    - url: https://docs.lindy.ai/.well-known/oauth-authorization-server
      status: 404
    - url: https://docs.lindy.ai/.well-known/oauth-protected-resource
      status: 404
    - url: https://www.lindy.ai/.well-known/openid-configuration
      status: 404
scopes:
  published: false
  note: >-
    No OAuth scope reference exists for Lindy as a provider — Lindy issues no
    OAuth tokens. scopes/ is therefore deliberately not written; see the
    OAuth-only applicability rule in pipeline-enrich.md.
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/lindy-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.