---
title: "Apply Profile"
method: POST
path: "/internal/beacon/profile"
tags: ["Beacon (premium)"]
---

# Apply Profile

`POST /internal/beacon/profile`

Accept a Beacon-computed profile and hold it for this instance. The
metrics are opaque to Core.

## Request body

- BeaconProfile — A profile the Beacon add-on computes over the manifold and writes back. The contents are opaque to Core — it stores and serves them without interpreting the add-on's metrics.
  - `model_id` string, nullable
  - `thresholds` object, nullable
  - `metrics` object, nullable
  - `proposals` unknown[], nullable
    - unknown

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/revisions/187bad270c94/schema)
