---
title: "Activate"
method: POST
path: "/artifacts/activate"
tags: ["Artifacts"]
---

# Activate

`POST /artifacts/activate`

Activate a signal in the meaning manifold (canonical plan §7).

Feed-forward, one shot: present text *or* an embedding → reconcile to the
native language (the grounded anchors it activates) + its density-zoom layer
→ optionally return the nearest authorized artifacts. The embedding is the
carrier; classic ``/search`` and this share the same manifold.

## Request body

- ActivateRequest — Native embedding interaction — present a signal, see its grounded meaning.
  - `text` string, nullable
  - `embedding` number[], nullable
  - `model_id` string, nullable
  - `scope` string[], nullable
  - `top_k` integer
  - `top_anchors` integer
  - `act` boolean

## Response `200`

Successful Response

- unknown

## 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/versions/187bad270c94/schema)
