{"schema_version":"1.0","id":"exploremyprofile.agent_manifest.v1","name":"ExploreMyProfile","product_url":"https://www.exploremyprofile.com/","description":"Create and manage a public proof surface that humans can read and agents can inspect, draft, preview, and help operate.","purpose":{"summary":"ExploreMyProfile creates a public proof surface grounded in account-owned content and designed to be legible to both humans and agents.","setup_model":"The setup flow starts with public-safe inspection, then moves into authenticated owner setup, token creation, and explicit next actions.","editing_model":"Owners inspect current state, create or refine drafts, preview the impact, and only then apply deliberate changes back into Explore.","sharing_model":"Agents should only recommend sharing when meaningful content is present, starter content is gone, public contact paths exist, and launch checks pass."},"agent_context_url":"/api/agent/context","domain_objects":[{"id":"account","description":"The signed-in owner's account and public profile configuration."},{"id":"profile","description":"The public profile rendered from account-managed data and Explore-owned content records."},{"id":"profile_document","description":"The YAML document exported by the CLI as an editable representation of the account's canonical Explore data."},{"id":"launch_checks","description":"Machine-readable readiness signals used before recommending profile sharing."}],"workflows":[{"id":"setup_workflow","label":"Setup workflow","initial_state":"profile_basics_incomplete","states":[{"id":"profile_basics_incomplete","label":"Profile basics incomplete","description":"The small web-managed account basics still need attention before the main authoring flow is ready.","valid_action_ids":["update_profile"],"recommended_action_id":"update_profile","blockers":["profile_basics_incomplete"]},{"id":"cli_setup_recommended","label":"CLI setup recommended","description":"The account is ready for CLI login and handoff, but the owner workflow has not been set up yet.","valid_action_ids":["create_owner_token","open_cli_workflow","preview_profile"],"recommended_action_id":"create_owner_token","blockers":["owner_token_missing"]},{"id":"content_missing","label":"Content not ready","description":"The account basics are in place, but richer profile content has not been applied from the CLI workflow yet.","valid_action_ids":["open_cli_workflow","create_owner_token","preview_profile","update_profile"],"recommended_action_id":"open_cli_workflow","blockers":["content_not_ready"]},{"id":"ready_for_review","label":"Ready for review","description":"Profile content is present, but launch-readiness checks still need a final review pass before sharing.","valid_action_ids":["preview_profile","open_cli_workflow","update_profile"],"recommended_action_id":"preview_profile","blockers":["launch_checks_incomplete"]},{"id":"ready_to_share","label":"Ready to share","description":"The account has content in place, removed starter content, and passed the current launch-readiness checks.","valid_action_ids":["share_profile","preview_profile","open_cli_workflow"],"recommended_action_id":"share_profile","blockers":[]}]},{"id":"launch_readiness_workflow","label":"Launch readiness workflow","initial_state":"content_missing","states":[{"id":"content_missing","label":"Content missing","description":"Headline, summary, and at least one richer content section should be applied before launch-readiness review can begin."},{"id":"ready_for_review","label":"Ready for review","description":"The account can review the visitor journey, chat behavior, and sharing readiness."},{"id":"ready_to_share","label":"Ready to share","description":"The account passes the current machine-readable launch-readiness checks."}]}],"actions":[{"id":"update_profile","label":"Update profile basics","description":"Edit the small account basics managed directly inside ExploreMyProfile.","route_id":"profile_basics"},{"id":"create_owner_token","label":"Start CLI login","description":"Run the Explore CLI login flow and approve it in the browser.","route_id":"cli_workflow"},{"id":"open_cli_workflow","label":"Open CLI workflow","description":"Use the Explore CLI to export, edit, validate, and apply profile YAML.","route_id":"cli_workflow"},{"id":"preview_profile","label":"Preview public profile","description":"Open the public profile to review the visitor experience before sharing.","route_id":"public_profile"},{"id":"share_profile","label":"Share profile","description":"Use the public profile URL once launch readiness checks pass.","route_id":"public_profile"}],"endpoints":[{"id":"agent_manifest","method":"GET","url":"/.well-known/agent.json","authentication":"none","description":"Public machine-readable discovery endpoint for agents."},{"id":"agent_context","method":"GET","url":"/api/agent/context","authentication":"session","description":"Authenticated machine-readable account context for the current signed-in user."},{"id":"agent_api_v1_profile","method":"GET","url":"/api/agent/v1/profile","authentication":"public_or_scoped","description":"Versioned inspect-first profile endpoint for public-safe and owner-scoped agent usage."},{"id":"agent_api_v1_content","method":"GET","url":"/api/agent/v1/content","authentication":"public_or_scoped","description":"Versioned content inventory endpoint for public-safe and owner-scoped agent usage."},{"id":"agent_api_v1_onboarding_status","method":"GET","url":"/api/agent/v1/onboarding/status","authentication":"session_or_scoped_api_key","description":"Versioned onboarding status endpoint for the current owner account context."},{"id":"agent_api_v1_content_create_draft","method":"POST","url":"/api/agent/v1/content/create_draft","authentication":"session_or_scoped_api_key","description":"Versioned draft-only content creation endpoint for safe future edits."}],"safety_rules":[{"id":"database_is_canonical","rule":"ExploreMyProfile's database is the only source of truth for published profile content."},{"id":"cli_files_are_representations","rule":"Local YAML files are editable representations only; validation and apply operations write back into the canonical Explore data store."},{"id":"starter_content_blocks_share","rule":"Do not recommend sharing the live profile while starter or sample content is still present."}],"human_ui_routes":[{"id":"workspace_home","path":"/account","label":"Workspace home"},{"id":"profile_basics","path":"/account/profile","label":"Profile basics"},{"id":"workspace_owner_tokens","path":"/account/owner-tools","label":"Owner tools"},{"id":"cli_workflow","path":"/account/cli","label":"CLI workflow"},{"id":"launch_checks","path":"/account/launch","label":"Launch checks"},{"id":"public_profile","path":"/profiles/:slug","label":"Public profile"}]}