# Docs - [Using Langdock (129 pages)](https://docs.langdock.com/_llms/en/using-langdock.md): Documentation for Using Langdock. ## Developer ### Overview - [API Introduction](https://docs.langdock.com/en/developer/overview/api-introduction.md): Integrate Langdock's powerful AI capabilities into your applications with our comprehensive API suite - [Cookbook](https://docs.langdock.com/en/developer/overview/cookbook.md): Self-contained, runnable recipes for building on Langdock ### Completion API - [Completion API Overview](https://docs.langdock.com/en/developer/completion-api/completion-overview.md): Provider-compatible completion endpoints for OpenAI, Anthropic, Google, and Mistral models through one Langdock API key - [OpenAI Chat completion](https://docs.langdock.com/en/developer/completion-api/openai.md): Creates a model response for the given chat conversation using an OpenAI model. - [OpenAI Responses API](https://docs.langdock.com/en/developer/completion-api/openai-responses.md): Create stateless model responses for Codex, SDKs, and other OpenAI-compatible clients. - [Anthropic Messages](https://docs.langdock.com/en/developer/completion-api/anthropic.md): Creates a model response given a structured list of input messages using the Anthropic API. - [Google Completion API](https://docs.langdock.com/en/developer/completion-api/google.md): Generate text with Google Gemini models through Langdock's public API. Supports normal and streaming completions and is fully compatible with the official Vertex AI SDKs (Python / Node). - [Codestral](https://docs.langdock.com/en/developer/completion-api/mistral.md): Code generation using the Codestral model from Mistral. ### Embedding API - [OpenAI Embeddings](https://docs.langdock.com/en/developer/embedding-api/openai-embedding.md): Creates embeddings for text using OpenAI's embedding models ### Agents API - [Agents API Overview](https://docs.langdock.com/en/developer/agents-api/agents-overview.md): Create, manage, and chat with agents in your Langdock workspace programmatically - [Sharing Agents with API Keys](https://docs.langdock.com/en/developer/agents-api/agent-api-guide.md): Learn how to create an API key in Langdock and share an agent with it for programmatic access. - [Agents Completions API](https://docs.langdock.com/en/developer/agents-api/agent.md): Creates a model response for a given Agent using Vercel AI SDK compatible format. - [Agent Get API](https://docs.langdock.com/en/developer/agents-api/agent-get.md): Retrieve details of an existing agent - [Agent Create API](https://docs.langdock.com/en/developer/agents-api/agent-create.md): Create a new agent programmatically - [Agent Update API](https://docs.langdock.com/en/developer/agents-api/agent-update.md): Update an existing agent programmatically - [Agent Publish API](https://docs.langdock.com/en/developer/agents-api/agent-publish.md): Publish a draft agent as a new version - [Agent Disable API](https://docs.langdock.com/en/developer/agents-api/agent-disable.md): Enable or disable an agent programmatically - [Models for Agent API](https://docs.langdock.com/en/developer/agents-api/agent-models.md): Retrieve all available models for use with the Agent API. - [Upload Attachment API](https://docs.langdock.com/en/developer/agents-api/upload-attachments.md): Upload files to be used with Agents - [Delete Attachment API](https://docs.langdock.com/en/developer/agents-api/delete-attachments.md): Delete an uploaded attachment by ID - [Agent Migration Guide](https://docs.langdock.com/en/developer/agents-api/agent-migration.md): How to migrate agents between Langdock workspaces using the Agents API - [Migrating from Assistants API to Agents API](https://docs.langdock.com/en/developer/agents-api/assistant-to-agent-migration.md): Guide to migrating your integration from the legacy Assistants API to the new Agents API ### Integrations API - [Integrations API Overview](https://docs.langdock.com/en/developer/integrations-api/integrations-overview.md): Programmatically create and manage custom integrations in your Langdock workspace - [List Integrations](https://docs.langdock.com/en/developer/integrations-api/list-integrations.md): Retrieve private API, MCP, and A2A integrations shared with your API key - [Create Integration](https://docs.langdock.com/en/developer/integrations-api/create-integration.md): Create a new custom integration in your workspace - [Get Integration](https://docs.langdock.com/en/developer/integrations-api/get-integration.md): Retrieve details of a specific integration - [Update Integration](https://docs.langdock.com/en/developer/integrations-api/update-integration.md): Update an existing integration's properties - [Get Integration Icon](https://docs.langdock.com/en/developer/integrations-api/get-icon.md): Retrieve the icon URL for an integration - [Replace Integration Icon](https://docs.langdock.com/en/developer/integrations-api/replace-icon.md): Upload a new icon for an integration - [Update Auth Configuration](https://docs.langdock.com/en/developer/integrations-api/update-auth.md): Configure authentication for a custom integration - [Create Action](https://docs.langdock.com/en/developer/integrations-api/create-action.md): Add an action to an integration that agents can execute - [Update Action](https://docs.langdock.com/en/developer/integrations-api/update-action.md): Update an existing action in an integration - [Delete Action](https://docs.langdock.com/en/developer/integrations-api/delete-action.md): Delete an action from an integration - [Create Trigger](https://docs.langdock.com/en/developer/integrations-api/create-trigger.md): Add a trigger to an integration that can start workflows - [Update Trigger](https://docs.langdock.com/en/developer/integrations-api/update-trigger.md): Update an existing trigger in an integration - [Delete Trigger](https://docs.langdock.com/en/developer/integrations-api/delete-trigger.md): Delete a trigger from an integration ### Skills API - [Skills API Overview](https://docs.langdock.com/api-endpoints/skills/skills-overview.md): Programmatically create, import, and manage Skills in your Langdock workspace - [List Skills](https://docs.langdock.com/api-endpoints/skills/list-skills.md): Retrieve Skills in your workspace - [Create Skill](https://docs.langdock.com/api-endpoints/skills/create-skill.md): Create a new Skill in your workspace - [Get Skill](https://docs.langdock.com/api-endpoints/skills/get-skill.md): Retrieve a Skill by ID from your workspace - [Get Skill File](https://docs.langdock.com/api-endpoints/skills/get-skill-file.md): Retrieve a stored Skill file by path - [Update Skill](https://docs.langdock.com/api-endpoints/skills/update-skill.md): Update an existing Skill - [Delete Skill](https://docs.langdock.com/api-endpoints/skills/delete-skill.md): Delete a Skill from your workspace - [Import Skill](https://docs.langdock.com/api-endpoints/skills/import-skill.md): Create or update a Skill from a SKILL.md file or zip archive ### Knowledge Folder API - [Knowledge Folder API Overview](https://docs.langdock.com/en/developer/knowledge-folder-api/knowledge-folder-overview.md): List, share, rename, upload, manage, and search Knowledge bases programmatically - [Share Knowledge bases with the API](https://docs.langdock.com/en/developer/knowledge-folder-api/sharing.md): The following guide explains how to create an API key in Langdock and share a Knowledge base with the API key. - [Share Knowledge base access](https://docs.langdock.com/en/developer/knowledge-folder-api/share-access.md): Grant, change, or revoke Knowledge base access for people and workspace API keys - [List Knowledge bases](https://docs.langdock.com/en/developer/knowledge-folder-api/list-knowledge-folders.md): List Knowledge bases a workspace API key can already use - [Upload File to Knowledge Folder](https://docs.langdock.com/en/developer/knowledge-folder-api/upload-file.md): Upload a new file to a Knowledge base - [Update Attachment in Knowledge Folder](https://docs.langdock.com/en/developer/knowledge-folder-api/update-attachment.md): Replace an existing file in a Knowledge base with a new version - [Update Knowledge base](https://docs.langdock.com/en/developer/knowledge-folder-api/update-folder.md): Rename a Knowledge base or update its description - [Retrieve Files from Knowledge Folder](https://docs.langdock.com/en/developer/knowledge-folder-api/retrieve-files.md): List all files in a Knowledge base or get details for a specific file - [Delete Attachment from Knowledge Folder](https://docs.langdock.com/en/developer/knowledge-folder-api/delete-attachment.md): Remove a file from a Knowledge base - [Search Knowledge bases](https://docs.langdock.com/en/developer/knowledge-folder-api/search-knowledge-folder.md): Perform semantic search across Knowledge bases shared with your API key ### Prompt Library API - [Prompt Library API Overview](https://docs.langdock.com/en/developer/prompts-api/prompts-overview.md): Programmatically create and manage prompts and prompt folders in your Langdock workspace - [List Prompts](https://docs.langdock.com/en/developer/prompts-api/list-prompts.md): Retrieve prompts in your workspace - [Create Prompt](https://docs.langdock.com/en/developer/prompts-api/create-prompt.md): Create a new prompt in your workspace - [Get Prompt](https://docs.langdock.com/en/developer/prompts-api/get-prompt.md): Retrieve a prompt by ID from your workspace - [Update Prompt](https://docs.langdock.com/en/developer/prompts-api/update-prompt.md): Update an existing prompt - [Delete Prompt](https://docs.langdock.com/en/developer/prompts-api/delete-prompt.md): Delete a prompt from your workspace - [List Prompt Folders](https://docs.langdock.com/en/developer/prompts-api/list-folders.md): Retrieve prompt folders in your workspace - [Create Prompt Folder](https://docs.langdock.com/en/developer/prompts-api/create-folder.md): Create a new prompt folder in your workspace - [Get Prompt Folder](https://docs.langdock.com/en/developer/prompts-api/get-folder.md): Retrieve a prompt folder by ID from your workspace - [Update Prompt Folder](https://docs.langdock.com/en/developer/prompts-api/update-folder.md): Update an existing prompt folder - [Delete Prompt Folder](https://docs.langdock.com/en/developer/prompts-api/delete-folder.md): Delete a prompt folder from your workspace ### Usage Export API - [Introduction to Usage Export](https://docs.langdock.com/en/developer/usage-export-api/intro-to-usage-export-api.md): Use the Usage Export API to export workspace usage data as CSV or JSON. - [Export User Usage](https://docs.langdock.com/en/developer/usage-export-api/export-users.md): API endpoint to export user activity data including message counts and usage patterns (subject to privacy settings) - [Export Agent Usage](https://docs.langdock.com/en/developer/usage-export-api/export-agents.md): API endpoint to export agent usage data including message counts, active users, and trends - [Export API Key Usage](https://docs.langdock.com/en/developer/usage-export-api/export-api-keys.md): API endpoint to export usage and cost by API key - [Export Project Usage](https://docs.langdock.com/en/developer/usage-export-api/export-projects.md): API endpoint to export project activity data including involved users and resource consumption - [Export Model Usage](https://docs.langdock.com/en/developer/usage-export-api/export-models.md): API endpoint to export AI model usage data including request counts and BYOK token consumption - [Export Workflow Usage](https://docs.langdock.com/en/developer/usage-export-api/export-workflows.md): API endpoint to export workflow usage data including cost, run counts, and monthly cap utilization ### Workflow Run Export API - [Workflow Run Export API](https://docs.langdock.com/en/developer/workflow-api/intro-to-workflow-api.md): Export workflow run and node execution data as JSON for analysis and debugging. ### User Management API - [User Management API Overview](https://docs.langdock.com/en/developer/user-management-api/user-management-overview.md): Invite users, change their system role, and deactivate them programmatically - [Invite Users](https://docs.langdock.com/en/developer/user-management-api/invite.md): Programmatically invite users to your Langdock workspace via email - [Update User Role](https://docs.langdock.com/en/developer/user-management-api/update-user-role.md): Change an active member's workspace system role to member, editor, or admin - [Deactivate User](https://docs.langdock.com/en/developer/user-management-api/deactivate-user.md): Remove a user from your Langdock workspace while preserving their data ### Audit Logs API - [Introduction to Audit Logs](https://docs.langdock.com/en/developer/audit-logs-api/intro-to-audit-logs-api.md): Retrieve a record of actions performed in your workspace — who did what, when, and from where. - [List Audit Logs](https://docs.langdock.com/en/developer/audit-logs-api/list-audit-logs.md): Retrieve a paginated list of audit log entries for your workspace. ## Admin ### Workspace - [Workspace Settings](https://docs.langdock.com/en/admin/workspace/workspace.md): The workspace settings apply to multiple users, usually the entire workspace. This is only accessible for admins (except groups if the admins allow individual users to create groups). - [Workspace Setup](https://docs.langdock.com/en/admin/workspace/workspace-setup.md): Configure your Langdock workspace from initial setup to full customization. This guide covers security, branding, capabilities, and user management. - [Roles and extra permissions](https://docs.langdock.com/en/admin/workspace/roles.md): Compose workspace access from system roles, custom roles, and extra permissions so people can use products without becoming admins. - [Permission Recommendations](https://docs.langdock.com/en/admin/workspace/permissions.md): Configure role-based permissions for Members, Editors, and Admins in your Langdock workspace. - [Manage scheduled tasks](https://docs.langdock.com/en/admin/workspace/scheduled-tasks.md): View scheduled tasks across your workspace and control whether recurring tasks can run. ### Manage Agents - [Verify Agents](https://docs.langdock.com/en/admin/manage-agents/verify-agents.md): Verify trusted agents so users can identify reviewed, high-quality agents in your workspace. - [Highlight Agents](https://docs.langdock.com/en/admin/manage-agents/highlight-agents.md): Feature specific agents at the top of the agent library using highlight colors to guide users. - [Disable Agents](https://docs.langdock.com/en/admin/manage-agents/disable-agents.md): Disable agents to take them out of use without deleting, and re-enable them at any time. - [Archive Agents](https://docs.langdock.com/en/admin/manage-agents/archive-agents.md): Archive agents from Governance without deleting them, and configure auto archive for unused agents. - [Unassign Agents](https://docs.langdock.com/en/admin/manage-agents/unassign-agents.md): Reassign agents that lost their owner after a workspace member is removed or deactivated. - [Admin-managed sharing](https://docs.langdock.com/en/admin/manage-agents/admin-managed-sharing.md): Take control of an agent's sharing settings from Governance so only admins can change who has access. - [Agent limits](https://docs.langdock.com/en/admin/manage-agents/agent-limits.md): Give an agent its own monthly limit so business-critical agents stay available after users reach their personal limits. ### Manage Workflows - [Best Practices](https://docs.langdock.com/en/admin/manage-workflows/best-practices.md): Recommended security and cost-management practices for administering workflows across your workspace. - [Workflow limits](https://docs.langdock.com/en/admin/manage-workflows/spend-limits.md): Set workspace-wide and per-workflow spending limits to govern AI model costs across workflows. - [Security Controls](https://docs.langdock.com/en/admin/manage-workflows/security-controls.md): Control which workflow node types users can build with, including the Code and HTTP Request nodes. ### Manage Integrations - [Integrations Guide](https://docs.langdock.com/en/admin/manage-integrations/integrations-guide.md): Best practices, common use cases, and troubleshooting for Langdock integrations - [Bring Your Own OAuth Client](https://docs.langdock.com/en/admin/manage-integrations/bring-your-own-oauth.md): Set up custom OAuth applications for integrations, assign clients to your workspace or user groups, and control scopes, tenant policies, and branding. - [Default tool stack](https://docs.langdock.com/en/admin/manage-integrations/default-tool-stack.md): Choose a workspace suite and category defaults so integration recommendations match the tools your workspace uses. - [Manage Action Access](https://docs.langdock.com/en/admin/manage-integrations/manage-action-access.md): Control who can use an integration and its individual actions. Enable integrations for the whole workspace, or share an integration and its actions with specific users and groups. - [Manage Action-Level Scopes](https://docs.langdock.com/en/admin/manage-integrations/manage-action-level-scopes.md): Control which OAuth scopes Langdock requests for each integration, manage when new actions are enabled in your workspace, and review the access status of every action. #### Integration Setup Guides - [Ashby](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/ashby.md): Connect Ashby to Langdock to manage your recruiting pipeline directly from your conversations - [Azure AI Search](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/azure-search.md): Connect Azure AI Search to Langdock to run semantic vector searches over your indexed documents - [Databricks](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/databricks.md): Connect Databricks to Langdock to explore your Unity Catalog and discover data assets from your conversations - [Google Maps](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/google-maps.md): Connect Google Maps to Langdock to search places, geocode addresses, and get directions from your conversations - [Looker](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/looker.md): Connect Looker to Langdock to query your BI dashboards and run data analyses from your conversations - [Luma](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/luma.md): Connect Luma to Langdock to manage events, guests, and calendars from your conversations - [Metabase](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/metabase.md): Connect Metabase to Langdock to query databases and access dashboards from your conversations - [Microsoft Integrations: Permissions & Admin Approval](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/microsoft.md): Understand Microsoft permission types, grant admin consent, and review what permissions Langdock requires for Microsoft integrations. - [Microsoft Entra](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/microsoft-entra.md): Connect Microsoft Entra to Langdock to search your organization's user directory from your conversations - [ServiceNow](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/service-now.md): Connect ServiceNow to Langdock to manage incidents, tasks, and configuration items from your conversations - [Shopify Admin](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/shopify.md): Set up the Shopify Admin integration in Langdock using your own Shopify app. - [UiPath](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/uipath.md): Set up the UiPath Orchestrator OAuth client and the Automation Hub Open API connection in Langdock - [Zoom](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/zoom.md): Connect Zoom to Langdock to manage meetings, access recordings, and retrieve transcripts from your conversations ##### Microsoft Fabric - [Microsoft Fabric](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/microsoft-fabric.md): Connect Microsoft Fabric to Langdock to ask questions about data exposed through APIs for GraphQL and run mutations. - [Configure Microsoft Fabric for Langdock](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/microsoft-fabric/setup.md): Prepare a Fabric API for GraphQL and configure the Langdock integration as a Fabric owner or workspace admin. - [Control access and mutations](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/microsoft-fabric/permissions-and-mutations.md): Choose how Microsoft Fabric accesses data and control read and write operations in Langdock. - [Troubleshoot Microsoft Fabric](https://docs.langdock.com/en/admin/manage-integrations/integration-setup-guides/microsoft-fabric/troubleshooting.md): Resolve common Microsoft Fabric connection, discovery, schema, permission, and query issues. #### Chatbot Setup Guides - [Slack Bot (Setup)](https://docs.langdock.com/en/admin/manage-integrations/chatbot-setup-guides/slack.md): Install the Langdock App in Slack and use your models and Agents directly in Slack - [Teams Bot (Setup)](https://docs.langdock.com/en/admin/manage-integrations/chatbot-setup-guides/teams-bot.md): Install the Langdock App in Microsoft Teams and use your models and Agents directly in Teams #### Add-in Setup Guides - [Excel Add-in (Setup)](https://docs.langdock.com/en/admin/manage-integrations/add-in-setup-guides/excel.md): Enable Langdock add-ins for your workspace so users can access Langdock directly inside Microsoft applications. - [Outlook Add-in (Setup)](https://docs.langdock.com/en/admin/manage-integrations/add-in-setup-guides/outlook.md): Enable the Langdock Outlook add-in for your workspace so users can access Langdock directly inside Microsoft Outlook. ### Manage Usage - [Business plans](https://docs.langdock.com/en/admin/manage-usage/plans.md): Upgrade users to Business Max to give them higher included usage limits. - [Extra Usage](https://docs.langdock.com/en/admin/manage-usage/extra-usage.md): Enable extra usage so users can continue using all models after reaching their included limits. - [Personal API keys](https://docs.langdock.com/en/admin/manage-usage/personal-api-keys.md): Control who can create personal API keys, monitor their usage, and revoke keys across your workspace. ### Bring your own Keys (BYOK) - [Overview](https://docs.langdock.com/en/admin/byok/byok.md): By default, users use API keys from Langdock. With BYOK, you bring your own keys from your model provider instead. - [Getting started](https://docs.langdock.com/en/admin/byok/byok-setup.md): To use your own models instead of Langdock's included AI models, BYOK needs to be activated. - [How to add your own models](https://docs.langdock.com/en/admin/byok/adding-models.md): Follow this setup guide to add your own AI models to your workspace. - [How to add fallback models](https://docs.langdock.com/en/admin/byok/fallback-models.md): Use multiple deployments for one model to improve availability and manage provider limits. - [Recommended Models](https://docs.langdock.com/en/admin/byok/recommended-models.md): Guidelines for selecting models in BYOK workspaces - [Setup Guides](https://docs.langdock.com/en/admin/byok/setup-guides.md): Step-by-step guides for connecting models from Gemini Enterprise Agent Platform, AWS Bedrock, Mistral, DeepSeek, Perplexity, Vercel AI Gateway, and OpenAI-compatible endpoints. #### Usage limits - [Usage and spend limits](https://docs.langdock.com/en/admin/manage-usage/byok/usage-limits.md): Configure cost-based usage limits for BYOK workspaces at the workspace, plan, group, and user level. - [How to migrate to cost-based limits](https://docs.langdock.com/en/admin/manage-usage/byok/migration.md): Move your BYOK workspace from per-model message limits to cost-based monthly spend limits. ### Governance - [Overview](https://docs.langdock.com/en/admin/governance/overview.md): Governance gives workspace admins one place to review agents, oversee shared skills, and enforce custom compliance rules across the workspace. - [Agents](https://docs.langdock.com/en/admin/governance/agents.md): Review every agent in your workspace, understand its compliance risk, and approve, flag, disable, or archive agents directly from the Governance view. - [Skills](https://docs.langdock.com/en/admin/governance/skills.md): Review the skills shared with your workspace, including their instructions, files, and sharing settings, from one central Governance view. - [Compliance Rules](https://docs.langdock.com/en/admin/governance/compliance-rules.md): Create custom compliance rules that check every agent in your workspace automatically whenever it is edited, with severity levels and per-rule analytics. ### Compliance & Governance - [Usage Exports](https://docs.langdock.com/en/admin/compliance-and-governance/usage-exports.md): Export workspace usage analytics to CSV for external analysis, reporting, and compliance. - [API Usage Export](https://docs.langdock.com/en/admin/compliance-and-governance/api-usage-export.md): Export detailed API key usage data to CSV format for cost analysis, monitoring, and billing reconciliation. - [Useful Links](https://docs.langdock.com/en/admin/compliance-and-governance/legal-compliance.md): Below you'll find all key links for legal and compliance topics, especially those related to security and privacy. ### AI Adoption & Rollout #### Getting Started - [Get Started](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/getting-started/onboarding-guide.md): The Get Started guide walks new users through Langdock step by step. Admins can customize it with tasks that point to internal resources. - [Rollout Setup](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/getting-started/rollout-setup.md): Rolling out AI works differently than rolling out other software tools. Here is the ideal setup we have seen in successful rollouts. - [Rollout Playbook](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/getting-started/rollout-playbook.md): A proven playbook for enterprise AI rollouts, based on successful implementations with our customers. - [Identifying Use Cases](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/getting-started/identify-use-cases.md): This guide helps you understand what great use cases are and how to identify them for your organization. #### Best Practices - [Tips and tricks for your internal channels](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/best-practices/tips-and-tricks-internal.md): In this article you'll find little messages containing tips and tricks which you can publish in your internal channels to share little bits of knowledge. - [API Key Best Practices](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/best-practices/api-key-best-practices.md): Keep your Langdock API keys safe and secure with these best practices for key management. #### Technical Setup - [Shared Slack Channel](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/technical-setup/slack-channel.md): Set up a shared Slack channel with Langdock for direct communication, fast support, and product updates. - [Shared Teams Channel](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/technical-setup/teams-channel.md): Set up a shared Microsoft Teams channel with Langdock for direct communication, fast support, and product updates. ### Security - [Static IP Configuration](https://docs.langdock.com/en/admin/security/static-ip-configuration.md): Langdock Platform's static IP address for network security and firewall configurations. - [IP Restrictions](https://docs.langdock.com/en/admin/security/ip-restrictions.md): Restrict workspace access by IP address using CIDR allowlists to enhance your organization's security posture. - [Session Management](https://docs.langdock.com/en/admin/security/session-management.md): Manage user sessions and force re-authentication across your workspace for enhanced security control. #### SAML (SSO) - [Getting Started](https://docs.langdock.com/en/admin/security/saml/saml.md): Learn about SAML 2.0 Single Sign-On and how to configure it for your Langdock workspace. - [Microsoft Entra ID SAML Setup](https://docs.langdock.com/en/admin/security/saml/entra.md): Enable your users to sign in to Langdock using their Entra ID accounts via SAML 2.0. - [Google SAML Setup](https://docs.langdock.com/en/admin/security/saml/google.md): Enable your users to sign in to Langdock using their Google accounts via SAML 2.0. - [Okta SAML Setup](https://docs.langdock.com/en/admin/security/saml/okta.md): Enable your users to sign in to Langdock using their Okta accounts via SAML 2.0. #### SCIM - [Getting Started](https://docs.langdock.com/en/admin/security/scim/scim.md): Learn about SCIM user provisioning and how to configure it for your Langdock workspace. - [Microsoft Entra ID Setup](https://docs.langdock.com/en/admin/security/scim/entra.md): Provision users from Entra ID to Langdock using SCIM. ### Billing - [Pricing](https://docs.langdock.com/en/admin/billing/pricing.md): Understand Langdock's pricing structure for Chat & Agents, Workflows, and API access. - [Subscription](https://docs.langdock.com/en/admin/billing/subscription.md): Subscribe to Langdock, manage your billing cycle, upgrade plans, and handle payments. - [Invoices](https://docs.langdock.com/en/admin/billing/invoices.md): Access, download, and understand your Langdock invoices, including pro-rated billing when adding or removing team members. ## OpenAPI Specs - [openapi](/openapi.yaml) - [package](/package.json) ## Optional - [Changelog](https://www.langdock.com/changelog) - [Status](https://status.langdock.com/) - [Support](https://www.langdock.com/contact-us) > The links below point to documentation indexes. Follow each `/_llms/` index recursively until you reach documentation pages. ## Indexes - [English / Using Langdock (129 pages)](https://docs.langdock.com/_llms/en/using-langdock.md): Documentation for English / Using Langdock. - [German (287 pages)](https://docs.langdock.com/_llms/de.md): Documentation for German. - [German / Langdock nutzen (129 pages)](https://docs.langdock.com/_llms/de/langdock-nutzen.md): Documentation for German / Langdock nutzen.