{"id":5142,"date":"2026-05-07T22:12:09","date_gmt":"2026-05-07T22:12:09","guid":{"rendered":"https:\/\/suprmind.ai\/hub\/claude\/features\/"},"modified":"2026-05-07T22:12:09","modified_gmt":"2026-05-07T22:12:09","slug":"features","status":"publish","type":"page","link":"https:\/\/suprmind.ai\/hub\/claude\/features\/","title":{"rendered":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP"},"content":{"rendered":"<div style=\"padding-top: 40px;\">\n<section class=\"hero\">\n<div class=\"hero-content\">\n<div class=\"hero-label\">Claude Features Deep Dive<\/div>\n<h1>Claude Features in 2026: What Each One Does<\/h1>\n<p class=\"hero-subtitle\" style=\"padding-top: 30px;\">Claude&#8217;s feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at consistent monthly cadence through 2025-2026, with feature gates focused on usage volume rather than feature exclusivity. The notable structural absence: no native image, audio, or video generation &#8211; Claude is a text-and-image-input, text-output model.<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">This page covers each major feature &#8211; what it is, when it launched, how it works, which tiers receive it, and the documented limitations. For pricing and tier comparison, see the [INTERNAL_LINK: anchor &#8220;Claude pricing details&#8221; \u2192 \/hub\/claude\/pricing\/]. For comparison against competing AI assistants, see [INTERNAL_LINK: anchor &#8220;Claude vs ChatGPT vs Gemini&#8221; \u2192 \/hub\/claude\/vs-other-ai\/].<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Adaptive Reasoning vs Extended Thinking<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Extended Thinking, introduced with Claude 3.7 Sonnet on 2025-02-24, forces Claude to generate a visible chain-of-thought trace before answering. The developer sets a <code>budget_tokens<\/code> parameter that controls how much reasoning compute the model can spend. Adaptive Reasoning (also called Adaptive Thinking on the API), introduced with the 4.6 generation in February 2026, replaces this paradigm. The model evaluates problem complexity internally and decides whether and how much internal reasoning to allocate. The developer specifies an effort level (<code>standard<\/code>, <code>high<\/code>, <code>xhigh<\/code>, <code>max<\/code>) rather than a token budget. At <code>high<\/code> effort, Claude almost always thinks before responding. At lower effort levels, Claude may skip thinking for simple problems. The <code>xhigh<\/code> level introduced with Opus 4.7 sits between <code>high<\/code> and <code>max<\/code> and provides additional compute for hard tasks without committing to maximum spend.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Adaptive Reasoning automatically enables Interleaved Thinking, allowing reasoning between tool calls. This is the structural reason it is the correct paradigm for agentic workflows: the model can think, call a tool, see the result, think again, and proceed. Manual Extended Thinking via <code>budget_tokens<\/code> is deprecated for Opus 4.7 and later; attempting it returns a 400 error. Sonnet 4.6 still supports both paradigms during the transition period. On the claude.ai surface, thinking summaries are still presented for transparency &#8211; generated by a smaller model for approximately 5% of long thought processes per Anthropic&#8217;s documentation.<\/p>\n<p style=\"font-size: 14px; color: #9ca3af; margin: 0 0 32px;\">See also: <a href=\"https:\/\/suprmind.ai\/hub\/multi-model-ai-divergence-index\/\" style=\"color: #8b5cf6;\">Suprmind Multi-Model Divergence Index \u2192<\/a><\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Projects and Artifacts<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Projects create isolated workspaces where users upload reference documents and system instructions that persist across conversations. Claude performs retrieval-based reasoning over project content &#8211; relevant sections are pulled into active context rather than loading the entire project at once. Project content is cached and does not count against per-message usage limits. Per-chat file upload caps at 20 files maximum, 30 MB each, regardless of tier. With Opus 4.6 and Sonnet 4.6 on API, individual requests support up to 600 images or PDF pages. Enterprise plans expand chat context to 500K tokens; all other plans use 200K tokens in chat (1M tokens on API for Opus and Sonnet 4.6+). Projects launched September 2024 and expanded context 10x in June 2025.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Artifacts is Claude&#8217;s output format for code, documents, diagrams, and interactive content that can be rendered, edited, and exported directly from the conversation interface. When Claude generates substantial standalone content &#8211; code, HTML, SVG, Mermaid diagrams, React components, or formatted Markdown &#8211; a side panel opens with a live preview. Users can iterate on artifacts, share them publicly, or (on Team and Enterprise) share within organizational boundaries. Artifacts launched in preview June 2024 and reached general availability across all tiers on August 26, 2024. As of April 2026, Artifacts ships on all paid plans and inside Projects.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">A documented friction point on Projects: users report that the context window can fill with project files, leaving limited space for the actual conversation. Project knowledge pulls only the most relevant content into active context per query; full retrieval is not guaranteed within a single response.<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Claude Code<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Claude Code is Anthropic&#8217;s terminal-first agentic coding tool, generally available since 2025-05-22 (it shipped as a research preview on 2025-02-24). It runs Claude as an autonomous coding agent that searches code, edits files, runs tests, and commits to GitHub. Native integrations include VS Code and JetBrains extensions (edits appear inline in files), GitHub PR tagging, and a Claude Code SDK for building custom agents. Claude Opus 4.7 raised the default effort level to <code>xhigh<\/code> for all plans at launch and introduced Task Budgets (public beta) for guiding token spend across longer agentic runs. The April 2026 launch also introduced the <code>\/ultrareview<\/code> command for dedicated review sessions and a multi-session sidebar.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">The Pro tier ($20\/month) inclusion of Claude Code is volatile and contested as of 2026-05-07. The current anthropic.com\/pricing page lists &#8220;Includes Claude Code&#8221; under Pro; an independent changelog tracker (scriptbyai.com, April 2026) states Anthropic removed Claude Code from Pro in April 2026. Conflict unresolved. Max plans confirmed to include Claude Code; Enterprise confirmed; API access via Claude Code SDK is uniformly available.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Claude Code&#8217;s benchmark performance: SWE-bench Verified 87.6%, SWE-bench Pro 64.3% (current industry high), CursorBench 70% (first model crossing 70% on this benchmark). Per Anthropic, Opus 4.7 reduced tool errors by approximately 33% over Opus 4.6 in some evaluations.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">A widely covered &#8220;Claude got dumber&#8221; narrative emerged between March 4 and April 13, 2026. Anthropic published a full engineering postmortem on 2026-04-23 confirming three separate causes: default reasoning effort changed from <code>high<\/code> to <code>medium<\/code> on 2026-03-04 (reverted 2026-04-07); cache optimization bug clearing thinking history on every turn for stale sessions from 2026-03-26 (fixed 2026-04-10); system prompt verbosity constraint on 2026-04-16 causing 3% eval drop (reverted 2026-04-20). The &#8220;intentional degradation&#8221; accusation was unsubstantiated. Separately, a viral BridgeMind benchmark claiming a 15-point performance drop was based on n=6 tasks; an independent retest with n=30 showed negligible movement (87.6% to 85.4%).<\/p>\n<p style=\"font-size: 14px; color: #9ca3af; margin: 0 0 32px;\">See also: <a href=\"https:\/\/suprmind.ai\/hub\/claude\/pricing\/\" style=\"color: #8b5cf6;\">Claude Code pricing details \u2192<\/a><\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Computer Use<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Computer Use was originally released as beta with Claude 3.5 Sonnet on 2024-10-22, expanded across Claude 3.7 and Claude 4 generations, and reached general availability on claude.ai in March 2026. Developers provide Claude with computer use tools and a user prompt via the Messages API. Claude assesses the task and constructs tool use requests (with stop_reason: tool_use); the developer runs actions in a sandboxed virtual machine with X11\/Xvfb display, lightweight desktop environment (Mutter\/Tint2), and pre-installed applications. Results return via tool_result content blocks. The loop continues until task completion or iteration limit. Default maximum is 10 agent loop iterations (developer-adjustable).<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Claude Opus 4.7 significantly improved Computer Use reliability via high-resolution image support, achieving 98.5% on XBOW&#8217;s visual-acuity benchmark vs 54.5% for Opus 4.6, and 78% on OSWorld &#8211; tied with GPT-5.5 at 78.7%. The earlier models&#8217; low-resolution vision was the bottleneck; Opus 4.7 addressed it. Setup complexity remains the documented user pain point: it requires a sandboxed VM environment for safe execution, and Computer Use is not available as a standalone API endpoint &#8211; it is embedded in the Messages API.<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Skills (Agent Skills)<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Skills are file-system folders containing a required <code>SKILL.md<\/code> plus optional scripts and resources. Claude scans available skills, loads only minimal metadata first, then loads additional files only if the skill is relevant to the active task (progressive disclosure). Skills are composable &#8211; Claude coordinates multiple skills automatically. Skills run across claude.ai app, Claude Code, and the API via the <code>\/v1\/skills<\/code> endpoint. The initial release was 2025-10-15. An updated version (informally called &#8220;Skills 2.0&#8221; &#8211; full workflow packages with executable scripts) shipped Q1 2026. Anthropic shipped pre-built Skills for Excel, PowerPoint, Word, and PDF workflows in 2026.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Skills are available across the Claude app, Claude Code, and API. Tier-specific Enterprise deployment controls allow organizations to manage Skills across users.<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Memory and Cowork<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Memory operates in two modes. Chat memory derives summaries of past conversations and carries them across sessions, viewable and editable at Settings \u2192 Capabilities \u2192 Memory. File-system memory for agentic use writes to a <code>\/memory<\/code> folder, read at session start, with optional auto-memory mode that lets Claude decide what to store. Opus 4.7 specifically improved file-system memory reliability for long multi-session agentic work. Chat memory shipped to Team and Enterprise plans in September 2025 and to Free in March 2026. The August 2025 data policy change extended conversation data retention to 5 years for users not opted out of training; this is distinct from active memory retention. Memory can be disabled in Settings.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Claude Cowork launched in research preview January 2026 and reached general availability across all paid plans in April 2026. Cowork grants Claude access to a user-specified folder on the local computer; Claude can read, edit, and create files autonomously, supporting multi-step task execution and sub-agent coordination for parallelizable work. Initial launch was macOS-only. Folder access must be explicitly granted; users have reported Claude making file modifications without prior review, so backup before use is recommended.<\/p>\n<p style=\"font-size: 14px; color: #9ca3af; margin: 0 0 32px;\">See also: <a href=\"https:\/\/suprmind.ai\/hub\/ai-hallucination-rates-and-benchmarks\/\" style=\"color: #8b5cf6;\">Suprmind&#8217;s AI Hallucination Rates and Benchmarks reference \u2192<\/a><\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>MCP (Model Context Protocol)<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">MCP is an open standard Anthropic designed to allow Claude to connect to external tools, data sources, and services via a standardized interface. Anthropic launched MCP on 2024-11-18; one-click local MCP installation on Claude Desktop landed June 2025; remote MCP connectors landed January 2026. MCP servers expose tools that Claude can call &#8211; file system access, database queries, API calls &#8211; with user approval per action in desktop mode. Third-party MCP servers exist for Notion, Zapier, GitHub, and major IDE tools.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Claude Opus 4.7 scores 77.3% on MCP-Atlas, leading GPT-5.4 by 9.2 points and Gemini 3.1 Pro (73.9%) by 3.4 points &#8211; the strongest real-world tool-orchestration performance currently measured. Remote MCP connectors are available on Pro, Max, Team, and Enterprise plans, with some Free tier access per the January 2026 rollout note. Claude Desktop local MCP works on any plan that has the desktop app. No officially published hard limits on MCP server count or tool calls; setup complexity for local servers is the documented friction (requires config file editing).<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Microsoft 365 Integration (Excel, Word, Outlook)<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Claude in Excel launched as a beta research preview in October 2025, providing workbook understanding with cell-level citations for explanations and the ability to update assumptions while preserving formulas. Excel integration covers nested formulas and multi-tab dependencies. Claude for Word launched in April 2026 (Pro and Max). Claude for Microsoft 365 (Outlook, broader 365 surfaces) is included on Pro, Max, Team, and Enterprise tiers. Free tier does not include Microsoft 365 integration.<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>File Uploads and Document Handling<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Files are attached directly to chat messages for real-time reference within the context window. Project knowledge provides persistent cross-session access via retrieval. Accepted formats: PDF, text files (.txt, .md), code files; images (PNG, JPEG, GIF, WEBP) for vision-enabled models; Office formats (Word, Excel) via Skills integrations; CSV and structured data via the code execution tool. Per-chat hard limits: 20 files maximum, 30 MB per file. With Opus 4.6 and Sonnet 4.6 on API, individual requests support up to 600 images or PDF pages. Enterprise plans: 500K context window. Other plans: 200K context window in chat (1M tokens on API for Opus and Sonnet 4.6+). Claude 3.5 and later process PDFs including embedded images.<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Web Search and Research Mode<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Web Search is integrated via a proprietary search layer, available as a toggle in claude.ai across all tiers since May 2025 and via the Web Search API at $10 per 1,000 searches. When enabled, Claude queries the web in real time and integrates results into responses with inline URL citations. When off, responses draw from parametric knowledge with a training cutoff of approximately January 2026 for Claude Opus 4.7. Without web search, Claude operates as a hybrid system with 2-4 week lag for non-real-time queries per Suprmind&#8217;s retrieval latency methodology &#8211; a structural disadvantage versus search-first models like Perplexity Sonar (24-48 hour lag on average).<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">What Claude cannot access via web search: paywalled content, private accounts, deleted content, content blocked by Claude-SearchBot in robots.txt, and content from sanctioned jurisdictions. Citation behavior: with web search enabled, Claude cites URLs inline. When answering from training data only, no URL citations are provided. The system does not surface mixed-mode indicators within a single response (whether a given claim came from web search or parametric knowledge) &#8211; a documented UX gap.<\/p>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Research mode is an agentic research feature combining web search, Google Workspace access, and connected integrations to produce multi-source reports. It launched April 2025 with Google Workspace integration; mobile and advanced mode (web + Workspace + Integrations) launched May 2025. Research is available on Pro, Max, Team, and Enterprise. Free tier does not have Research per the pricing page.<\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>The Tier-to-Model Disambiguation Gap<\/h2>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">A documented limitation of the claude.ai consumer interface is the lack of a real-time per-message indicator of which underlying snapshot processed a given query. The model selector dropdown shows the available choice; system prompt probing reveals the dated snapshot ID; the persistent UI does not. The transition from one default model to another &#8211; for example, the Sonnet 4.5 to Sonnet 4.6 default switch in February 2026 &#8211; is announced via Anthropic newsroom but not via in-product notification for existing users. Developers using API alias IDs (<code>claude-opus-4-7<\/code>, <code>claude-sonnet-4-6<\/code>) receive the pinned snapshot associated with that alias at time of call. Note that the 4.6 generation introduced dateless API IDs that look like aliases but are pinned snapshots, not evergreen pointers.<\/p>\n<p style=\"font-size: 14px; color: #9ca3af; margin: 0 0 32px;\">See also: <a href=\"\/hub\/claude\/vs-other-ai\/\" style=\"color: #8b5cf6;\">Claude vs ChatGPT comparison \u2192<\/a><\/p>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px;\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<h2>Sources<\/h2>\n<ul class=\"feature-list\" style=\"margin: 0 0 32px;\">\n<li><span class=\"check\"><\/span>platform.claude.com (API and feature documentation)<\/li>\n<li><span class=\"check\"><\/span>support.claude.com (feature support articles)<\/li>\n<li><span class=\"check\"><\/span>anthropic.com\/news (feature launches)<\/li>\n<li><span class=\"check\"><\/span>anthropic.com\/engineering\/april-23-postmortem (Claude Code regression)<\/li>\n<li><span class=\"check\"><\/span>modelcontextprotocol.io (MCP specification)<\/li>\n<li><span class=\"check\"><\/span>Anthropic changelog via scriptbyai.com (release dates)<\/li>\n<li><span class=\"check\"><\/span>Suprmind Multi-Model Divergence Index (multi-model performance data)<\/li>\n<li><span class=\"check\"><\/span>Suprmind AI Hallucination Rates and Benchmarks (per-feature reliability)<\/li>\n<\/ul>\n<p style=\"font-size: 18px; line-height: 1.8; color: rgba(255,255,255,0.9); margin: 0 0 24px;\">Last verified 2026-05-07.<\/p>\n<\/p><\/div>\n<\/section>\n<section id=\"faq\" aria-labelledby=\"faq-heading\" style=\"padding: 100px 48px; background: rgba(0,0,0,0.4);\">\n<div style=\"max-width: 900px; margin: 0 auto;\">\n<p class=\"section-label\">FAQ<\/p>\n<h2 id=\"faq-heading\">Frequently Asked Questions<\/h2>\n<div class=\"faq-accordion\">\n<details class=\"faq-item\" open>\n<summary class=\"faq-question\">\n                        <span>How does Claude extended thinking work?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Extended Thinking, introduced with Claude 3.7 Sonnet, allocates a dedicated pre-response reasoning budget shown as a visible &#8220;Thinking&#8221; section above Claude&#8217;s response. The developer sets <code>budget_tokens<\/code> to control how much reasoning compute the model spends. Performance on complex tasks improves logarithmically with thinking tokens. Adaptive Reasoning, introduced with the 4.6 generation, replaces this paradigm: the developer sets an effort level (<code>standard<\/code>, <code>high<\/code>, <code>xhigh<\/code>, <code>max<\/code>) and Claude allocates compute internally. Manual <code>budget_tokens<\/code> is disabled for Opus 4.7+ (returns 400 error).<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>What is Claude Projects?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Projects is a workspace feature that groups related conversations, uploaded files, and custom instructions under a persistent context. The project&#8217;s instructions, files, and conversation history are accessible across all chats within that project. File uploads are capped at 20 files per chat at 30 MB each. Project content is cached and does not count against per-message usage limits. Available on Free with limits; Pro, Max, Team, and Enterprise have unlimited Projects.<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>What are Claude Artifacts?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Artifacts are Claude&#8217;s output format for code, documents, diagrams, and interactive content that can be rendered, edited, and exported directly from the conversation interface. When Claude generates substantial standalone content &#8211; code, HTML, SVG, Mermaid diagrams, React components, formatted Markdown &#8211; a side panel opens with a live preview. Available on all paid plans and Free since August 2024.<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>How does Claude&#8217;s memory feature work?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Memory operates in two modes. Chat memory: Claude derives a summary of past conversations and carries it across sessions, viewable and editable at Settings \u2192 Capabilities \u2192 Memory. File-system memory for agentic and Claude Code use: Claude writes notes to a <code>\/memory<\/code> folder, read at session start. Memory can be disabled in Settings; conversation data retention can be opted out separately at Settings \u2192 Privacy \u2192 Data Usage. Available on all tiers including Free since 2026-03-02.<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>What is Model Context Protocol (MCP) in Claude?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">MCP is an open standard Anthropic designed to allow Claude to connect to external tools, data sources, and services via a standardized interface. Third-party MCP servers exist for Notion, Zapier, GitHub, and major IDE tools. Claude Opus 4.7 scores 77.3% on MCP-Atlas, leading Gemini 3.1 Pro (73.9%) by 3.4 points and GPT-5.4 by 9.2 points. Remote connectors available on Pro, Max, Team, Enterprise; local MCP works with any plan that has the desktop app.<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>Does Claude have web search?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Yes. Web search is a toggle in claude.ai across all tiers since May 2025 and is available via the Web Search API at $10 per 1,000 searches. When enabled, Claude queries the web in real time and cites URLs inline. When off, responses draw from parametric knowledge (training cutoff approximately January 2026 for Opus 4.7).<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>What is Claude Cowork?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Cowork is a desktop tool that grants Claude access to a user-specified folder on the local computer. Claude can read, edit, and create files autonomously, supporting multi-step task execution. Launched in research preview January 2026, generally available across all paid plans April 2026. Initial launch was macOS-only. Backup before use is recommended.<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>Can Claude generate images, audio, or video?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">No. Claude Opus 4.7 and the entire Claude 4 generation do not generate images, audio, or video. Accepted inputs: text and image. Third-party integrations pair Claude with image generation models, but these are not native Claude capabilities. The dossier records <code>image_gen: false<\/code>, <code>video_gen: false<\/code>, <code>audio_gen: false<\/code>. This is a deliberate architectural choice, not a roadmap gap.<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>What is Claude Code?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Claude Code is Anthropic&#8217;s terminal-first agentic coding tool, generally available since 2025-05-22. It delegates coding tasks to Claude from the developer&#8217;s terminal, supporting agentic loops including searching and editing code, running tests, and committing to GitHub. Native integrations: VS Code and JetBrains extensions, GitHub PR tagging, Claude Code SDK. Claude Opus 4.7 raised default effort to <code>xhigh<\/code> and introduced Task Budgets and <code>\/ultrareview<\/code>. SWE-bench Verified 87.6%; SWE-bench Pro 64.3% (industry high). Pro tier inclusion is contested.<\/p>\n<\/details>\n<details class=\"faq-item\">\n<summary class=\"faq-question\">\n                        <span>Why does Claude lose context in long conversations?<\/span><br \/>\n                        <span class=\"faq-icon\" aria-hidden=\"true\">+<\/span><br \/>\n                    <\/summary>\n<p style=\"font-size: 16px;\">Claude&#8217;s 1M token context window is the advertised limit. As conversations approach the window, oldest content is gradually displaced. Symptoms: forgotten formatting rules, re-asked questions, contradictory responses from partial recall. This is mechanical context overflow, not &#8220;forgetting.&#8221; Mitigation: summarize the session state into a single anchor message before the window fills. Claude Code (Opus 4.7) handles context compaction automatically in agentic sessions; API users have a beta context compaction feature.<\/p>\n<\/details><\/div>\n<\/p><\/div>\n<\/section>\n<section style=\"padding: 100px 48px; text-align: center;\">\n<div style=\"max-width: 800px; margin: 0 auto;\">\n<h2 style=\"font-size: 36px; margin-bottom: 24px;\">Stop guessing. Start cross-checking.<\/h2>\n<p style=\"font-size: 18px; color: rgba(255,255,255,0.85); margin: 0 auto 40px; max-width: 700px;\">\n                Suprmind runs your prompt across ChatGPT, Claude, Gemini, Grok, and Perplexity in parallel. See where they agree, where they disagree, and which insights only one model surfaced \u2014 before you act.\n            <\/p>\n<div style=\"display: flex; gap: 16px; justify-content: center;\">\n                <a href=\"\/signup\/spark\" class=\"btn-white\">Start Your Free Trial<\/a><br \/>\n                <a href=\"https:\/\/suprmind.ai\/hub\/platform\/\" class=\"btn-outline\">See How It Works<\/a>\n            <\/div>\n<\/p><\/div>\n<\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude&#8217;s feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":5140,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5142","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.0 - aioseo.com -->\n\t<meta name=\"description\" content=\"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude&#039;s feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/suprmind.ai\/hub\/claude\/features\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.0\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Suprmind - Multi-Model AI Decision Intelligence Chat Platform for Professionals for Business: 5 Models, One Thread .\" \/>\n\t\t<meta property=\"og:type\" content=\"website\" \/>\n\t\t<meta property=\"og:title\" content=\"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind\" \/>\n\t\t<meta property=\"og:description\" content=\"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude&#039;s feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/suprmind.ai\/hub\/claude\/features\/\" \/>\n\t\t<meta property=\"fb:admins\" content=\"567083258\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/suprmind.ai\/hub\/wp-content\/uploads\/2026\/01\/disagreement-is-the-feature-og-scaled.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/suprmind.ai\/hub\/wp-content\/uploads\/2026\/01\/disagreement-is-the-feature-og-scaled.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@suprmind_ai\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude&#039;s feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@RadomirBasta\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/suprmind.ai\/hub\/wp-content\/uploads\/2026\/01\/disagreement-is-the-feature-og-scaled.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Radomir Basta\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/#listItem\",\"position\":1,\"name\":\"Claude AI: Complete Guide to Models, Features, Pricing, and Benchmarks (2026)\",\"item\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/#listItem\",\"name\":\"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/#listItem\",\"position\":2,\"name\":\"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/#listItem\",\"name\":\"Claude AI: Complete Guide to Models, Features, Pricing, and Benchmarks (2026)\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/#organization\",\"name\":\"Suprmind\",\"description\":\"Decision validation platform for professionals who can't afford to be wrong. Five smartest AIs, in the same conversation. They debate, challenge, and build on each other - you export the verdict as a deliverable. Disagreement is the feature.\",\"url\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/\",\"email\":\"team@suprmind.ai\",\"foundingDate\":\"2025-10-01\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"value\":4},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/suprmind-slash-new-bold-italic.png\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/#organizationLogo\",\"width\":1920,\"height\":1822,\"caption\":\"Suprmind\"},\"image\":{\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/suprmind.ai.orchestration\",\"https:\\\/\\\/x.com\\\/suprmind_ai\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/#webpage\",\"url\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/\",\"name\":\"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind\",\"description\":\"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude's feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/claude\\\/features\\\/#breadcrumblist\"},\"datePublished\":\"2026-05-07T22:12:09+00:00\",\"dateModified\":\"2026-05-07T22:12:09+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/#website\",\"url\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/\",\"name\":\"Suprmind\",\"alternateName\":\"Suprmind.ai\",\"description\":\"Multi-Model AI Decision Intelligence Chat Platform for Professionals for Business: 5 Models, One Thread .\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/suprmind.ai\\\/hub\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind<\/title>\n\n","aioseo_head_json":{"title":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind","description":"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude's feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at","canonical_url":"https:\/\/suprmind.ai\/hub\/claude\/features\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/suprmind.ai\/hub\/claude\/features\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/suprmind.ai\/hub\/claude\/#listItem","position":1,"name":"Claude AI: Complete Guide to Models, Features, Pricing, and Benchmarks (2026)","item":"https:\/\/suprmind.ai\/hub\/claude\/","nextItem":{"@type":"ListItem","@id":"https:\/\/suprmind.ai\/hub\/claude\/features\/#listItem","name":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP"}},{"@type":"ListItem","@id":"https:\/\/suprmind.ai\/hub\/claude\/features\/#listItem","position":2,"name":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP","previousItem":{"@type":"ListItem","@id":"https:\/\/suprmind.ai\/hub\/claude\/#listItem","name":"Claude AI: Complete Guide to Models, Features, Pricing, and Benchmarks (2026)"}}]},{"@type":"Organization","@id":"https:\/\/suprmind.ai\/hub\/#organization","name":"Suprmind","description":"Decision validation platform for professionals who can't afford to be wrong. Five smartest AIs, in the same conversation. They debate, challenge, and build on each other - you export the verdict as a deliverable. Disagreement is the feature.","url":"https:\/\/suprmind.ai\/hub\/","email":"team@suprmind.ai","foundingDate":"2025-10-01","numberOfEmployees":{"@type":"QuantitativeValue","value":4},"logo":{"@type":"ImageObject","url":"https:\/\/suprmind.ai\/hub\/wp-content\/uploads\/2026\/02\/suprmind-slash-new-bold-italic.png","@id":"https:\/\/suprmind.ai\/hub\/claude\/features\/#organizationLogo","width":1920,"height":1822,"caption":"Suprmind"},"image":{"@id":"https:\/\/suprmind.ai\/hub\/claude\/features\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/suprmind.ai.orchestration","https:\/\/x.com\/suprmind_ai"]},{"@type":"WebPage","@id":"https:\/\/suprmind.ai\/hub\/claude\/features\/#webpage","url":"https:\/\/suprmind.ai\/hub\/claude\/features\/","name":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind","description":"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude's feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/suprmind.ai\/hub\/#website"},"breadcrumb":{"@id":"https:\/\/suprmind.ai\/hub\/claude\/features\/#breadcrumblist"},"datePublished":"2026-05-07T22:12:09+00:00","dateModified":"2026-05-07T22:12:09+00:00"},{"@type":"WebSite","@id":"https:\/\/suprmind.ai\/hub\/#website","url":"https:\/\/suprmind.ai\/hub\/","name":"Suprmind","alternateName":"Suprmind.ai","description":"Multi-Model AI Decision Intelligence Chat Platform for Professionals for Business: 5 Models, One Thread .","inLanguage":"en-US","publisher":{"@id":"https:\/\/suprmind.ai\/hub\/#organization"}}]},"og:locale":"en_US","og:site_name":"Suprmind - Multi-Model AI Decision Intelligence Chat Platform for Professionals for Business: 5 Models, One Thread .","og:type":"website","og:title":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind","og:description":"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude's feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at","og:url":"https:\/\/suprmind.ai\/hub\/claude\/features\/","fb:admins":"567083258","og:image":"https:\/\/suprmind.ai\/hub\/wp-content\/uploads\/2026\/01\/disagreement-is-the-feature-og-scaled.png","og:image:secure_url":"https:\/\/suprmind.ai\/hub\/wp-content\/uploads\/2026\/01\/disagreement-is-the-feature-og-scaled.png","twitter:card":"summary_large_image","twitter:site":"@suprmind_ai","twitter:title":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP - Suprmind","twitter:description":"Claude Features Deep Dive Claude Features in 2026: What Each One Does Claude's feature surface in 2026 spans persistent workspaces (Projects, Artifacts, Memory, Cowork), agentic capabilities (Claude Code, Computer Use, Skills), reasoning controls (Extended Thinking, Adaptive Reasoning), tool integration (MCP), and platform integrations (Microsoft 365, Bedrock, Vertex, GitHub Copilot, Cursor). Anthropic has shipped features at","twitter:creator":"@RadomirBasta","twitter:image":"https:\/\/suprmind.ai\/hub\/wp-content\/uploads\/2026\/01\/disagreement-is-the-feature-og-scaled.png","twitter:label1":"Written by","twitter:data1":"Radomir Basta","twitter:label2":"Est. reading time","twitter:data2":"15 minutes"},"aioseo_meta_data":{"post_id":"5142","title":null,"description":null,"keywords":null,"keyphrases":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_custom_url":null,"og_image_custom_fields":null,"og_custom_image_width":null,"og_custom_image_height":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"none","tabs":null,"priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-05-07 22:17:01","created":"2026-05-07 22:12:09","updated":"2026-05-07 22:17:01","og_image_url":null,"twitter_image_url":null},"aioseo_breadcrumb":null,"aioseo_breadcrumb_json":[{"label":"Claude AI: Complete Guide to Models, Features, Pricing, and Benchmarks (2026)","link":"https:\/\/suprmind.ai\/hub\/claude\/"},{"label":"Claude Features 2026: Projects, Artifacts, Memory, Computer Use, Skills, MCP","link":"https:\/\/suprmind.ai\/hub\/claude\/features\/"}],"_links":{"self":[{"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/pages\/5142","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/comments?post=5142"}],"version-history":[{"count":0,"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/pages\/5142\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/pages\/5140"}],"wp:attachment":[{"href":"https:\/\/suprmind.ai\/hub\/wp-json\/wp\/v2\/media?parent=5142"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}