Configuration
Project Configuration (ship.json)
Most-used project-level fields and practical cautions
Project Configuration (ship.json)
ship.json is the project runtime entrypoint.
{
"name": "my-agent",
"model": {
"primary": "default"
},
"start": {
"host": "127.0.0.1",
"port": 5314
},
"services": {},
"permissions": {}
}Cautions
model.primarymust resolve in the global model pool.start.host/start.portaffects default CLI routing.- Keep project-level config focused on
services;extensionsare console-global.
Common commands
city console config get
city console config get model.primary
city console config set start.port 3100