Quick Start Guide
Get up and running with LMS in under 5 minutes.
1. Create Your Account
Go to lms.lgc.inc/login and click New Account. Enter your company name, email, and choose a plan. The 14-day free trial includes ¥15,000 in AI credits — no credit card required.
2. Verify Your Email
Check your inbox for the verification email from info@lgc.inc. Click the verification link to activate your account.
3. Connect Your Tools
After signing in, LMS will guide you through connecting your integrations:
- Google Workspace — Gmail, Drive, Calendar, Sheets, Docs (67 tools)
- Slack — Messaging, channels, user management (32 tools)
- GitHub — Repos, issues, PRs, CI/CD (24 tools)
- Google Cloud — Cloud Run, Build, SQL, networking (79 tools)
Tip: You can skip this step and connect integrations later from the sidebar.
4. Run Your First Command
Type any task in natural language. LMS handles tool selection, sequencing, and execution:
Check my inbox and summarize urgent emails
Deploy the latest build to production and notify the team on Slack
Show GCP billing breakdown for this month and flag anything over ¥5,000
5. Explore
Click the suggestion cards on the welcome screen, or type your own commands. LMS has 266 tools across 24 categories — if it touches your business stack, LMS can automate it.
Your First Command
LMS understands natural language. You don't need to know tool names or API syntax — just describe what you want done.
How Commands Work
When you type a command, LMS:
- Analyzes your intent using AI (Claude)
- Selects the right tools from 266 available
- Executes them in the correct sequence
- Returns the result in plain language
Example Commands by Category
Email & Communication
Check inbox, flag urgent, summarize for standup
Draft a reply to the latest email from Tanaka-san
Send the Q3 report to the sales team
DevOps & Infrastructure
Deploy latest build, check logs, post to Slack
Show Cloud Run service status and recent errors
Create a GitHub issue for the login bug
Finance & Operations
GCP billing: service breakdown, flag anomalies
Scan Gmail for invoices and log to expense sheet
Show this month's WooCommerce sales report
Command Queue
You can queue up to 5 commands while LMS is processing. They'll execute in order. A badge shows how many are queued.
Tip: Be specific. "Send the Q3 report to john@company.com" works better than "send something."
Plans & Pricing
| Plan | Price | Tools | Best For |
| Free Trial | ¥0 (14 days) | 93 | Try before you buy |
| Pay-as-you-go | ¥0/mo + usage | 93 | Occasional use, no lock-in |
| Workspace | ¥9,999/mo | 93 | Small teams, Google + Slack |
| Developer | ¥39,999/mo | 186 | Engineering teams, GitHub + GCP |
| Business | ¥79,999/mo | 227 | Full ops, WooCommerce + DNS + Social |
| Enterprise | ¥99,999/mo | 266 | Everything, custom integrations |
All plans include unlimited commands. AI usage is billed per command based on the model used.
You can set a monthly budget limit from your dashboard to control spending.
Google Workspace Integration
LMS connects to Gmail, Drive, Calendar, Sheets, Docs, and Slides — 67 tools total.
What You Can Do
- Gmail (16 tools): Read, send, reply, search, label, forward, draft, archive
- Drive (21 tools): List, read, create, upload, move, share, export, convert
- Calendar (7 tools): List events, create, update, delete, check availability
- Sheets (11 tools): Read ranges, write, append rows, create spreadsheets
- Docs & Slides (4 tools): Read and edit documents and presentations
Setup
Google Workspace connection uses OAuth 2.0. Click "Connect" in the onboarding wizard and authorize LMS to access your workspace. LMS only requests the permissions it needs.
Slack Integration
32 tools for complete Slack control — messaging, channels, users, and admin.
What You Can Do
- Post messages, read channels, search messages
- Create/archive/rename channels, set topics
- Invite/remove users, manage user groups
- Pin messages, add reactions, upload files
- Schedule messages, manage bookmarks
GitHub Integration
24 tools for repos, issues, PRs, branches, and code search.
What You Can Do
- List repos, read files, create/update files
- Create issues, PRs, milestones
- Merge PRs, compare commits, search code
- Manage branches, list commits
Google Cloud (GCP) Integration
79 tools across Cloud Run, Build, SQL, Logging, Networking, IAM, and Billing.
Categories
- Cloud Run (9): Deploy, update, rollback, split traffic, set env vars
- Cloud Build (4): Submit builds, list/get/cancel builds
- Cloud SQL (4): List instances, databases, backup, export
- Logging (2): Query logs, tail recent logs
- Networking (29): Load balancers, CDN, WAF, SSL, DNS mapping
- IAM (3): Get/set/remove IAM bindings
- Billing (9): Cost reports, invoices, budgets, service costs
- Secrets (3): Create, read, list secrets
API Reference
All LMS functionality is accessible via REST API. Authenticate with your JWT token.
Authentication
POST /api/v1/login
Body: {"email": "you@company.com", "password": "..."}
Returns: {"jwt_token": "eyJ..."}
Include the token in all subsequent requests:
Authorization: Bearer eyJ...
Core Endpoints
| Method | Endpoint | Description |
| POST | /api/v1/command | Execute an AI command |
| GET | /api/v1/features | Your active tools |
| GET | /api/v1/profile | Account info |
| GET | /api/v1/budget | Budget settings |
| POST | /api/v1/budget | Set budget limit |
| GET | /api/v1/workspace/usage | Usage dashboard |
| GET | /api/v1/terms | Terms of Service |
| POST | /api/v1/support/issue | Submit support issue |
Billing & Usage
How Billing Works
Your monthly bill has two components:
- Seat fee: Fixed monthly price based on your plan
- AI usage: Per-command billing based on the AI model used and tokens consumed
Budget Limits
You can set a monthly budget limit from Team & Settings in the sidebar. When you approach your limit, LMS will notify you. Set to ¥0 for unlimited.
Usage Dashboard
Click "Usage & Billing" in the sidebar to see: commands this period, token consumption, and cost breakdown.
Security & Privacy
- Data region: All data stored in Google Cloud asia-northeast1 (Tokyo)
- Encryption: AES-256 at rest, TLS 1.3 in transit
- Credentials: Stored in Google Cloud Secret Manager, never in LMS database
- Isolation: Each tenant's data is logically namespaced in Firestore
- Audit: All actions logged per tenant with timestamps
- Rate limiting: 30 commands per minute per tenant
- AI: Powered by Anthropic (Claude). Anthropic does not use your data for training.
Read our full Privacy Policy.
Frequently Asked Questions
Can LMS access my data when I'm not using it?
No. LMS only accesses your tools when you explicitly send a command. There is no background scanning or monitoring.
What happens to my data if I cancel?
Your data export is available for 90 days via the GDPR export endpoint. After that, it's permanently deleted.
Can I use LMS from my phone?
Yes. The web app at lms.lgc.inc is fully responsive. You can also add it to your home screen for an app-like experience.
What AI models does LMS use?
LMS uses Anthropic's Claude models. The model is automatically selected based on query complexity to ensure the best results.
Is there a command limit?
No. All paid plans have unlimited commands. Free trials include ¥15,000 in AI credits.
Can I add team members?
Team management is coming soon. Contact info@lgc.inc to add members to your workspace.
Troubleshooting
"Authentication required" error
Your session has expired. Sign out and sign back in at lms.lgc.inc/login.
"Rate limit exceeded"
Maximum 30 commands per minute. Wait a moment and try again.
Integration not connecting
Ensure you've authorized LMS in your integration's settings. If the issue persists, submit a support ticket from the sidebar.
Command returning unexpected results
Be more specific in your command. Example: instead of "send email," try "send email to john@example.com with subject Meeting Tomorrow and body Let's meet at 3pm."
Need more help?
Submit a support ticket from the sidebar, or email info@lgc.inc.