Skip to main content
GET
/
v1
/
platform
/
mcp-vendors
/
{vendor_slug}
/
account
Error
A valid request URL is required to generate request examples
{
  "organizations": [
    {
      "is_default": true,
      "name": "<string>",
      "organization_id": "<string>"
    }
  ],
  "projects": [
    {
      "is_default": true,
      "name": "<string>",
      "organization_id": "<string>",
      "project_id": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

vendor_slug
string
required

Vendor slug (e.g. arcade)

Response

OK

organizations
object[]
projects
object[]