Skip to content

Upload Documentation

After generating your documentation using the /gen-docs command, you'll need to upload it to make it available to the ChatSDK.

Current Upload Process

  1. Generate documentation using the /gen-docs Claude Code command
  2. Create a zip file of your ./chat-docs/ directory:
    bash
    zip -r chat-docs.zip chat-docs/
  3. Contact our team to upload your documentation via API

TIP

The generated documentation is stored in ./chat-docs/ and includes all chunks and the manifest file.

Web Upload Coming Soon

A web-based documentation upload interface is currently in development. Once available, you'll be able to upload documentation directly through our Admin UI.

Future Capabilities

Once available, you'll be able to:

  • Upload markdown, PDF, or HTML documentation
  • Process documentation through our RAG pipeline
  • Index content in vector database
  • Test documentation retrieval

Next: Get API Key →

Built with VitePress