Health & Discovery
| Method | Path | Auth | Description |
|---|---|---|---|
| GET | /health | None | Health check |
| GET | /.well-known/concourse.json | None | Client autodiscovery |
| GET | /api/v1/discover | None | Autodiscovery alias |
GET /health
Section titled “GET /health”curl http://localhost:8080/health{"status": "ok", "version": "0.1.0"}GET /.well-known/concourse.json
Section titled “GET /.well-known/concourse.json”Returns server configuration for the inboard desktop app to auto-configure.
{ "version": "0.1.0", "api_url": "https://app.example.com/api/v1", "name": "My Company", "extensions_url": "https://extensions.inboard.ai", "auth": { "password": true, "oidc": false, "saml": false }}GET /api/v1/discover
Section titled “GET /api/v1/discover”Alias for /.well-known/concourse.json. Returns the same response.