---
title: "Get the org's signup-time suggested namespace"
method: GET
path: "/v1/onboarding/suggested-config"
tags: ["Onboarding"]
---

# Get the org's signup-time suggested namespace

`GET /v1/onboarding/suggested-config`

Returns the namespace configuration that was suggested from Mixpeek's company research at signup, if one was provisioned. Studio uses this to badge the suggested namespace.

## Response `200`

Successful Response

- SuggestedConfigResponse — The org's signup-time suggested namespace, if one was provisioned. Studio uses this to badge the suggested namespace with a "suggested from our research" indicator. ``exists`` is False when the signup was skipped (personal domain, no enrichment signal, feature disabled) or the org predates the feature; ``manifest_applied`` is False when a suggestion was generated but provisioning failed — show no indicator in either case.
  - `exists` boolean, required — Whether a suggestion record exists for this org.
  - `namespace_name` string, nullable — Name of the suggested (and provisioned) namespace.
  - `rationale` string, nullable — One-sentence, user-facing reason this setup was suggested.
  - `manifest_applied` boolean — True only if the suggested namespace was actually provisioned.
  - `applied_at` string, date-time, nullable
  - `sample_queries` string[]

## Other responses

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

---

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