lexiang

Manage enterprise knowledge bases via Lexiang's JSON:API endpoints.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/ajaxhe/lexiang-skill --skill lexiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lexiang
Source: https://github.com/ajaxhe/lexiang-skill/tree/main
Command: npx skills add https://github.com/ajaxhe/lexiang-skill --skill lexiang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lexiang provides enterprise API interfaces for knowledge base management, enabling integration and automation with AI agents and workflow systems.

Core Features & Use Cases

  • Knowledge base management: create, update, and query spaces, entries, and permissions.
  • Team and member management: manage teams, staff, and access control across knowledge bases.
  • Document and content handling: manage pages, folders, files, and inline content blocks.
  • AI-assisted search and Q&A: powered by Lexiang's API to surface knowledge quickly.
  • Data export and integration: export data and integrate with external systems.

Quick Start

Authenticate with AppKey and AppSecret, then call a sample endpoint such as GET /cgi-bin/v1/kb/spaces to retrieve spaces.

Frequently Asked Questions about lexiang

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage enterprise knowledge base spaces and entries via API?

You can manage enterprise knowledge base spaces and entries by calling Lexiang's Knowledge Base APIs to create, update, and query content. All requests must follow JSON:API formatting for proper data structuring.

What authentication is required for write operations on a knowledge base API?

Write operations on the knowledge base require an AppKey and an AppSecret for authorization, plus a staff_id header. You must include both the Authorization and x-staff-id headers in your API requests.

Can I manage team permissions and staff access control through enterprise knowledge APIs?

Yes, you can manage team permissions and staff access control through enterprise knowledge APIs. Lexiang supports team and member management to handle access control across multiple knowledge bases.

Does the Lexiang API support exporting knowledge base data for external integration?

Yes, the Lexiang API supports exporting knowledge base data for external integration. You can export data and integrate content with external systems to streamline enterprise workflows.

What format must API requests follow when accessing enterprise knowledge content?

All API requests accessing enterprise knowledge content must follow JSON:API formatting standards. You need to include the appropriate Authorization and x-staff-id headers for successful write operations.

How does AI-assisted search work for enterprise knowledge base content?

AI-assisted search for enterprise knowledge base content works by leveraging Lexiang's API to quickly surface relevant information. It integrates with AI agents and workflow systems to power Q&A interactions.