Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NWO_API_KEY | Yes | Your API key from registration | |
| NWO_AGENT_ID | Yes | Your agent ID | |
| NWO_API_BASE | No | API base URL (default: https://nwo.capital/webapp) | https://nwo.capital/webapp |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_robot_status | Get status of all connected robots |
| execute_robot_task | Send a Vision-Language-Action command to a robot |
| stop_robot | Emergency stop a robot |
| query_sensors | Query IoT sensors by location |
| check_balance | Check API quota usage and tier status |
| register_agent | Self-register as a new AI agent (if not already registered) |
| detect_objects | Run computer vision to detect objects |
| get_agent_info | Get information about the current agent account |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |