---
title: "Get server info (JWT)"
method: GET
path: "/servers/{serverID}/info"
tags: ["Agent"]
---

# Get server info (JWT)

`GET /servers/{serverID}/info`

Returns repository configuration for a server. Used by agents for initial setup.

## Path parameters

- `serverID` string, required

## Response `200`

OK

- PkgServerServerInfoResponse
  - `auto_reconcile` boolean
  - `branch` string
  - `deploy_path` string
  - `repo_url` string
  - `target_commit_hash` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/pullbase/apis/untitled-api.md) · [All operations](https://skmtc.dev/pullbase/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pullbase/untitled-api/revisions/edf8355bf78c/schema)
