← 返回
未分类 中文

Japan Business Operations (EDITION)

Japan Operations OS — Verified knowledge across 10 domains for AI agents operating in the Japanese market. Regulations, protocols, calendar, regional, foreig...
日本运营操作系统——为在日本市场运行的AI智能体提供跨10个领域的已验证知识,涵盖法规、协议、日程、地区和外国...
hiroshic9-png hiroshic9-png 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 258
下载
💾 0
安装
1
版本
#latest

概述

Japan Business Operations — EDITION Intelligence Platform

> Your always-on knowledge layer for operating in the Japanese market.

Description

EDITION is a Japan Operations OS that gives your agent verified, structured knowledge across 10 domains essential for doing anything in Japan — from opening a restaurant in Osaka to navigating corporate gift-giving etiquette. Think of it as "Japan's instruction manual" in API form.

No API key required during Free Beta.

When to Use

Use this skill whenever your task involves Japan:

  • Starting a business in Japan — regulations, licenses, incorporation steps
  • Navigating compliance — 10 industries covered (food, real estate, finance, healthcare, IT, education, construction, logistics, retail, manufacturing)
  • Business meetings & etiquette — nemawashi, ringi, hourensou, meishi exchange, seating order, gift-giving
  • Hiring or managing in Japan — organizational hierarchies, payment customs, contract practices
  • Foreign market entry — visa, banking, real estate, tax registration (step-by-step)
  • Planning travel or events — transport, accommodation, dining customs, seasonal festivals
  • Fan culture & entertainment — oshi-katsu, anime pilgrimage, live event etiquette
  • Calendar-sensitive decisions — fiscal year timing, holiday impacts, administrative deadlines
  • Regional strategy — differences between Tokyo, Osaka, Nagoya, Fukuoka business cultures

API Base URL

https://api.edition.sh

Authentication

Authorization: Bearer edition_dev_key_for_testing

Free Beta — no registration required.

Core Tools

1. Cross-Domain Search (Most Powerful)

Search all 10 knowledge domains simultaneously with a single query.

curl -X POST https://api.edition.sh/api/v1/search \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "opening a restaurant in Osaka"}'

Returns matches across regulation, protocol, calendar, regional, organization, foreign-entry, travel, and entertainment domains with confidence scores.

2. Regulation Check

curl -X POST https://api.edition.sh/api/v1/regulation/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"action": "open a restaurant in Tokyo", "entity_type": "foreign_company"}'

3. Business Protocol

curl -X POST https://api.edition.sh/api/v1/protocol/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "business card exchange"}'

4. Foreign Market Entry

curl -X POST https://api.edition.sh/api/v1/foreign-entry/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "how to get a management visa"}'

5. Calendar Intelligence

curl -X POST https://api.edition.sh/api/v1/calendar/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "best time to start a business in Japan"}'

6. Travel & Entertainment

curl -X POST https://api.edition.sh/api/v1/travel/search \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "ryokan etiquette"}'

7. Persistent Memory

# Store
curl -X POST https://api.edition.sh/api/v1/memory/episodes \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"content": "Met with Tanaka-bucho. He prefers informal meetings.", "auto_extract": true}'

# Recall
curl -X POST https://api.edition.sh/api/v1/memory/episodes/search \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "what does Tanaka prefer"}'

MCP Server

For direct MCP integration (23 tools):

npx -y edition-mcp-server

Or add to your MCP config:

{
  "edition": {
    "command": "npx",
    "args": ["-y", "edition-mcp-server"]
  }
}

All Available Endpoints

DomainEndpointMethod
--------------------------
Search/api/v1/searchPOST
Regulation/api/v1/regulation/checkPOST
Regulation/api/v1/regulation/industriesGET
Regulation/api/v1/regulation/touristGET
Protocol/api/v1/protocol/checkPOST
Protocol/api/v1/protocol/listGET
Calendar/api/v1/calendar/checkPOST
Calendar/api/v1/calendar/listGET
Regional/api/v1/regional/checkPOST
Regional/api/v1/regional/listGET
Organization/api/v1/organization/checkPOST
Organization/api/v1/organization/listGET
Foreign Entry/api/v1/foreign-entry/checkPOST
Foreign Entry/api/v1/foreign-entry/listGET
Travel/api/v1/travel/searchPOST
Travel/api/v1/travel/listGET
Entertainment/api/v1/entertainment/searchPOST
Entertainment/api/v1/entertainment/listGET
Memory/api/v1/memory/episodesPOST
Memory/api/v1/memory/episodes/searchPOST
Memory/api/v1/memory/factsGET
Memory/api/v1/memory/contextGET
Memory/api/v1/memory/extractPOST

Links

  • API Docs: https://api.edition.sh/docs
  • Landing Page: https://edition.sh
  • GitHub: https://github.com/hiroshic9-png/edition-api
  • npm: https://www.npmjs.com/package/edition-mcp-server

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-11 05:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Salesforce

byungkyu
Salesforce CRM API 集成,支持托管 OAuth。仅在需要 Salesforce CRM 管理时安装。以最窄的 Salesforce 权限进行连接。
★ 8 📥 22,313
business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,280
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,532