# getApiTarget

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/technical-docs/technical-docs.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/technical-docs/technical-docs.controller.ts#L405)

Get the Live API target config (docs-as-executable-MCP-tools); never returns the auth value

## Endpoint

`GET /technical-docs/:projectId/api-target`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `projectId` | path | `string` | ✓ | Project ID |

## Referenced By

- `TechnicalDocsController` (MODULE_DECLARES)
