ProfileClaw
ResumeOpportunity WorkspacePricing
ProfileClaw
ProfileClawCareer Graph OS
ProfileClaw Data Layer

Build once. Keep your context alive everywhere.

ProfileClaw keeps your assessments, materials, and long-term context ready for products like OpenClaw, Claude Work, and Nanobot, so AI can work with memory instead of starting cold.

© 2026 ProfileClaw. All rights reserved.

沪ICP备2026012738号

【工业和信息化部】尊敬的用户路承龙,您的ICP备案申请已通过审核,备案/许可证编号为:沪ICP备2026012738号,审核通过日期:2026-04-09。特此通知!【工信部ICP备案】

Product

  • Home
  • Assessments
  • Reports
  • Resume
  • Opportunity Workspace
  • Pricing
  • About

Assessments

  • Assessments
  • RIASEC
  • Work Style
  • Values
  • Skills & Talents
  • Collaboration & Conflict
  • Stress & Regulation
  • Expression Style
  • Current State Pulse

Developers

  • Developer Center
  • Docs
  • Quickstart
  • API Reference
  • Agents
  • Integrations

My

  • My
  • Reports
  • Opportunity Workspace
  • Job Preferences
  • Resume
  • Purchases & Credits
  • API Keys
  • Auth
Open QuickstartOpen the quickstart to see how ProfileClaw data connects to docs, APIs, and agent workflows.
Get StartedCreate your account, start the assessments, and build a capability profile AI can keep using.
All systems operational
HomePricingDocsPrivacyTerms
HomeAssessmentsReportsMy
ProfileClaw Docs
Home
Pricing
OverviewQuickstart
Docs
Developer Docs

Start with the right entrypoint

Start with the right entrypoint: Quickstart, Context API, Reference, or OpenAPI.

Open QuickstartOpen Reference

One technical story, three reading surfaces

  • 2-call mental model
  • Docs / Reference / OpenAPI separation
  • Agent-first entrypoint
  • Docs explain concepts, paths, and integration strategy.
  • Reference shows exact endpoints, fields, and schemas.
  • OpenAPI powers SDKs, agents, and automation.
Start by Job

Start from the task, not the nav tree

Developers move faster when docs start from jobs to be done instead of a deep navigation tree.

Quickstart

Use the shortest path to auth, Context API, and the first agent workflow.

Open Quickstart

Context API

Treat it as the default entrypoint. Pull aggregated context first, then expand only when needed.

Open Context API

Agent Guides

See recommended 2-call and 3-call flows instead of assembling your own chain from scratch.

Open Agent Guides
Discovery Surfaces

Separate docs, contracts, and discovery

This lets the homepage route people instead of compressing every audience into one view.

Docs

Concepts, paths, and best practices.

Stay in Docs

Reference

Inspect endpoints, schemas, and examples precisely.

Open Reference

OpenAPI

The authoritative source for SDKs, contract tests, and automation.

Open OpenAPI

llms.txt

A lighter discovery surface for agents and tooling.

Open llms.txt
Reliability

A good developer experience is more than a schema

Auth, error types, retry guidance, and webhook semantics should be clear from the start.

Authentication

Bearer keys, permission boundaries, and setup order.

Open auth guide

Errors

Branch on structured error types, not on human-readable strings.

Open error guide

Webhooks

Move into event-driven sync when your workflow requires it.

Open webhooks guide

If you try one endpoint, start with Context API

It is the default aggregated entrypoint and the fastest way to test whether the career context layer improves your product or agent.

Context API
1curl "https://profileclaw.cn/api/v1/context" -H "Authorization: Bearer $PROFILECLAW_API_KEY"

If you try one endpoint, start with Context API

It is the default aggregated entrypoint and the fastest way to test whether the career context layer improves your product or agent.

Create API KeyOpen Context APIBack to Developers