The canonical layer indexes every named company and feature that appears across ManticScore research runs. These endpoints expose anonymized aggregate stats for each canonical entity — appearance counts, co-occurring features and companies, and a sitemap of every indexable slug. All endpoints on this page are public — noDocumentation Index
Fetch the complete documentation index at: https://docs.manticscore.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header required. Responses are aggressively cacheable and never expose user_id, project_id, or any user-identifiable data. Derivative idea texts only appear when the underlying project has been explicitly published.
Get a canonical company
Returns aggregate stats for a canonical company by slug. Rate limit: 60 requests per minute per IP+slug pair.Canonical company slug (lowercase, kebab-case).
200 response
Canonical entity descriptor:
name, slug, domain, description, category.Total number of artifacts (research runs, build nodes, etc.) referencing this company.
Appearance counts grouped by
artifact_type.Up to 3 anonymized idea texts from public projects that reference this company. Each entry has
idea and created_at. Empty array when no published projects reference the entity.Up to 5 features that co-occur with this company in artifact links. Sorted by frequency.
Up to 5 other companies that co-occur with this one. Sorted by frequency.
ISO 8601 timestamp of the most recent canonical row update, or
null.Cache-Control: public, max-age=300, s-maxage=3600 — browsers cache for 5 minutes, shared caches for 1 hour.
Returns 404 if the slug does not exist.
Get a canonical feature
Returns aggregate stats for a canonical feature by slug. Slugs are not globally unique on features — when collisions exist, the most-referenced row wins. Rate limit: 60 requests per minute per IP+slug pair.Canonical feature slug.
200 response
Canonical feature descriptor:
name, slug, category, description.Total number of artifacts referencing this feature.
Appearance counts grouped by
artifact_type.Up to 3 anonymized idea texts from public projects that reference this feature.
Up to 10 companies that co-occur with this feature in artifact links. Sorted by frequency.
ISO 8601 timestamp of the most recent canonical reference, or
null.404 if the slug does not exist.
Get the canonical sitemap
Returns every canonical company and feature slug along with its display name and last-updated timestamp. Used by the public site to generatesitemap.xml.
Rate limit: 30 requests per minute per IP.
200 response
All canonical companies with non-null slug. Each entry has
slug, name, and last_updated.Distinct canonical feature slugs, deduplicated by slug. Each entry has
slug, name, and last_updated.Cache-Control: public, max-age=3600, s-maxage=3600 — cacheable for 1 hour at every tier.