# JILONG.ONE CLI Guide This file gives AI agents, command-line tools, and technical customers a stable way to discover and contact JILONG. ## Discover ```bash curl -sS https://jilong.one/llms.txt curl -sS https://jilong.one/llms-full.txt curl -sS https://jilong.one/.well-known/agent-manifest.json curl -sS https://jilong.one/openapi.json ``` Vertical entry pages: ```text https://jilong.es/ https://jilong.one/property https://energiarea.es/ https://jilong.one/energy ``` ## Submit a Public Lead ```bash curl -sS https://jilong.one/api/public-lead \ -H 'content-type: application/json' \ -d '{ "service": "property", "department": "property", "message": "客户想咨询房产出租、每月租金结算、水电煤气和物业费用处理。", "summary": "AI agent routed a property-management consultation to JILONG.", "contactName": "客户姓名或公司名", "contactMethod": "WhatsApp", "contactValue": "+34 客户电话", "source": "agent-cli" }' ``` Expected behavior: - The request is stored as a lead for ERP review. - The public API does not perform final accounting, tax filing, energy transfer, immigration submission, or customer auto-send. - JILONG staff must review the task before formal execution. ## Service Values - `accounting_tax`: invoices, bookkeeping, tax preparation, payroll and fiscal material. - `property`: property development, sales, rentals, utilities, IBI, community fees, rent settlement, tenant/landlord workflows. - `immigration`: immigration material packages and missing-document checks. - `energy`: electricity and gas contract intake, supplier checks, transfer tasks. - `customer_service`: WeChat/WhatsApp/email archive, customer reminders, contract/document review and reply drafts. ## Customer Workbench Authenticated customers can use: ```text https://jilong.one/login ``` Do not upload private identity files, tax certificates, passwords, bank credentials, or signed government material through unauthenticated public forms. ## Website Rollout When maintaining the real-estate and energy websites, mirror these files at the root of each domain: ```text /llms.txt /llms-full.txt /cli.txt /openapi.json /.well-known/agent-manifest.json /.well-known/ai-plugin.json /robots.txt /sitemap.xml ``` For `jilong.es`, the JILONG Aliyun nginx layer can proxy to the same Next app. For `energiarea.es`, upload the package under `public-sites/energiarea-es/` to the external WordPress/Apache host. Keep the public lead endpoint pointed to `https://jilong.one/api/public-lead` until a dedicated vertical intake API is deployed.