← Back to search
60
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtopenapiapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 60/100

            

llms.txt Content

# Docs ## Docs - [Create Skill](https://docs.langdock.com/api-endpoints/skills/create-skill.md): Create a new Skill in your workspace - [Delete Skill](https://docs.langdock.com/api-endpoints/skills/delete-skill.md): Delete a Skill from your workspace - [Get Skill](https://docs.langdock.com/api-endpoints/skills/get-skill.md): Retrieve a Skill by ID 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 - [List Skills](https://docs.langdock.com/api-endpoints/skills/list-skills.md): Retrieve Skills in your workspace - [Skills API Overview](https://docs.langdock.com/api-endpoints/skills/skills-overview.md): Programmatically create, import, and manage Skills in your Langdock workspace - [Update Skill](https://docs.langdock.com/api-endpoints/skills/update-skill.md): Update an existing Skill - [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. - [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. - [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. - [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 Playbook](https://docs.langdock.com/en/admin/ai-adoption-and-rollout/getting-s

OpenAPI Spec (preview)

openapi: 3.0.0 info: title: Langdock API version: 3.0.0 servers: - url: https://api.langdock.com description: Production security: - bearerAuth: [] paths: /openai/{region}/v1/chat/completions: post: tags: - Chat summary: Creates a model response for the given chat conversation. parameters: - name: region in: path required: true description: The region of the API to use. schema: type: string