Skip to main content

Langchain API Key

Description

General

  • Documentation: https://api.smith.langchain.com/redoc#tag
  • Summary: LangChain is a framework for developing applications powered by large language models (LLMs). API keys are used to access the Langchain API and thus use LLMs.
  • IPs allowlist: This feature is not available.
  • Scopes: An API key is scoped to a workspace.

Revoke the secret

API keys can be revoked from the Langchain settings page (Settings > API keys).

Check for suspicious activity

This feature is not available.

Details for Langchain api key

  • Family: Api

  • Category: AI

  • Company: Langchain

  • High recall: True

  • Validity check available: True

  • On-premise instances exist: True

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.3

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- ls__
- lsv2_sk_
- lsv2_pt_

Examples

- text: |
LANGCHAIN_API_KEY='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'
apikey: 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
- text: |
LANGCHAIN_API_KEY='ls__7eb350bde9534566bcbcac1b9ed5848b'
apikey: ls__7eb350bde9534566bcbcac1b9ed5848b

# Fat-fingered secrets
- text: |
Xlsv2_sk_5c7ab2da5be14a55ba3c876aad2d083e_49b2a85133
apikey: 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
- text: |
Xls__7eb350bde9534566bcbcac1b9ed5848b
apikey: ls__7eb350bde9534566bcbcac1b9ed5848b

How can I help you ?