Understanding NimbleTools dual-domain API architecture
Command Group | API Domain | Purpose |
---|---|---|
auth | Management | Clerk OAuth authentication |
workspace | Management | Workspace CRUD operations |
token | Management | Token lifecycle management |
server deploy/list/info | Management | Server deployment and metadata |
server logs/scale/remove | Management | Server operations |
secrets | Management | Secret management |
mcp connect/tools/call | MCP Runtime | Direct MCP protocol operations |
server claude-config | Both | Generates runtime URLs with management metadata |
Integration | Primary Domain | Notes |
---|---|---|
Claude Desktop | MCP Runtime | Uses simplified URLs via HTTP bridge |
LangChain | MCP Runtime | Direct HTTP calls to MCP endpoints |
Custom Scripts | Management | For deployment, token management |
CI/CD Pipelines | Management | Automated deployment workflows |
Error | Domain | Solution |
---|---|---|
401 Unauthorized | Management | Run ntcli auth login |
401 Unauthorized | MCP Runtime | Run ntcli token refresh |
404 Not Found | Management | Check workspace/server exists |
404 Not Found | MCP Runtime | Verify server deployment status |