How do AI agents query Humetric?
Use the MCP Streamable HTTP endpoint at /api/mcp with an OAuth 2.0 access token. After login, candidate tools operate only on the authenticated user's own profile, while recruiter tools require an authorized workspace. MCP does not provide anonymous public viewing.
What structured data does a Humetric profile expose?
Each public profile embeds schema.org ProfilePage JSON-LD whose mainEntity is a Person, and the same consented projection is available as JSON at /api/v1/profiles/{slug} and as Markdown with ?format=markdown. Site-wide guidance for agents lives at /llms.txt.
Are AI crawlers allowed to read Humetric?
Yes. Being agent-readable is the product, so robots.txt explicitly welcomes GPTBot, ClaudeBot, PerplexityBot, Google-Extended and other named AI crawlers. Only ingestion endpoints and management routes are disallowed.
What are agents not allowed to do with Humetric data?
Agents must not infer fields a person has hidden, re-identify an anonymous profile, or contact someone who has marked themselves not looking. A public profile is permission to read stated facts, not to reconstruct an identity or make unsupported claims.
Does search return evidence, or just profiles?
Every result carries query-aware highlights — the specific supporting chunks and the source fields behind the match — so an agent can cite what a claim rests on instead of re-reading a whole profile.