d6e-workspace-api-client

Build a server-side proxy layer for d6e workspace file uploads and workflow execution.

Updated May 15, 2026
One-click install
npx skills add https://github.com/d6e-ai/d6e-ai-keiri-example --skill d6e-workspace-api-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: d6e-workspace-api-client
Source: https://github.com/d6e-ai/d6e-ai-keiri-example/tree/main/skills/d6e-workspace-api-client
Command: npx skills add https://github.com/d6e-ai/d6e-ai-keiri-example --skill d6e-workspace-api-client

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill builds a server-side proxy layer that enables a custom frontend to interact with a d6e workspace, facilitating file uploads, workflow execution, and other operations.

Core Features & Use Cases

  • File Uploads: Upload files to a d6e workspace.
  • Workflow Execution: Execute workflows via execute-by-intent.
  • Chat Sessions CRUD: Create, read, update, and delete chat sessions.
  • Prompt Rule Registration: Register workspace prompt rules.
  • Membership Probes: Check workspace membership.
  • Use Case: Ideal for developing a new /api/* route that communicates with d6e or designing a fetch wrapper with timeout and abort handling.

Quick Start

Run the 'init-workspace' script to register the AI accounting prompt rule in your d6e workspace.

Frequently Asked Questions about d6e-workspace-api-client

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

FAQPage Schema
How do I build a server-side proxy for d6e workspace API interactions?

You can build a server-side proxy by utilizing scripts that handle file uploads, workflow execution, and chat session management. This proxy layer requires authentication and workspace-specific configuration to facilitate frontend communication.

Can I execute workflows via intent through a custom API route?

Yes, you can execute workflows via intent by implementing a fetch wrapper with timeout and abort handling. This server-side proxy routes workflow execution requests directly to your d6e workspace.

How do I manage chat sessions and register prompt rules for a d6e workspace?

You can manage chat sessions and register prompt rules by running the initialization script. This registers workspace prompt rules and enables CRUD operations for chat sessions through your proxy layer.

Does the d6e workspace proxy handle file uploads and membership probes?

The proxy layer handles file uploads to your d6e workspace and performs membership probes to check access. It requires proper authentication to securely process these server-side operations.

What is the best way to implement a fetch wrapper with timeout for d6e APIs?

The best way to implement a fetch wrapper with timeout and abort handling is by establishing a server-side proxy layer. This route communicates securely with d6e workspaces, managing configurations and interactions.