๐ Share how you're building agents for a chance to win LangChain swag!
curl --request POST \
--url https://api.example.com/v2/auth/authenticate \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>",
"provider": "<string>",
"scopes": [
"<string>"
],
"agent_id": "<string>",
"use_agent_builder_public_oauth": false
}
'{
"url": "<string>",
"auth_id": "<string>",
"token": "<string>"
}Get OAuth token or start authentication flow if needed.
curl --request POST \
--url https://api.example.com/v2/auth/authenticate \
--header 'Content-Type: application/json' \
--data '
{
"user_id": "<string>",
"provider": "<string>",
"scopes": [
"<string>"
],
"agent_id": "<string>",
"use_agent_builder_public_oauth": false
}
'{
"url": "<string>",
"auth_id": "<string>",
"token": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-explai-1765467058-4ac1f26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?