Skip to content

feat: add Building with AI page#179

Open
patcapulong wants to merge 9 commits intomainfrom
feat/building-with-ai
Open

feat: add Building with AI page#179
patcapulong wants to merge 9 commits intomainfrom
feat/building-with-ai

Conversation

@patcapulong
Copy link
Contributor

@patcapulong patcapulong commented Feb 11, 2026

Summary

  • New documentation page at Get started > Overview > Building with AI (before FAQ)
  • Helps developers use AI coding assistants (Claude Code, Cursor, Windsurf) with the Grid API
  • Covers: skill installation, credential setup, example prompts by use case, CLI command reference, llms.txt discovery, and tips for best results
  • Uses custom FeatureCard components with new Central Icons (magnifying-glass, prompt, arrow-path-right, bug, console-sparkle)

Test plan

  • Page renders at /platform-overview/building-with-ai
  • Appears in sidebar under Overview, before FAQ
  • Sidebar icon (console-sparkle) renders correctly
  • FeatureCards display with colored icons
  • Code blocks, tables, and Tip component render properly
  • Internal links (/llms.txt, /llms-full.txt) work

🤖 Generated with Claude Code

New page helping developers use AI coding assistants (Claude Code, Cursor,
Windsurf) with the Grid API. Covers skill installation, example prompts,
CLI commands, and llms.txt discovery.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 11, 2026

Greptile Overview

Greptile Summary

Adds comprehensive documentation page for using AI coding assistants with the Grid API, positioned in the Get Started section before FAQ. The page provides practical guidance on AI-assisted development including skill installation, credential setup, example prompts organized by use case, and references to llms.txt discovery files.

Key additions

  • New MDX documentation page with proper frontmatter structure and Mintlify components
  • FeatureCard components showcasing four key AI capabilities (explore, execute, guide, debug)
  • Custom Central Icons implemented as SVG files for feature cards and sidebar
  • Dual-theme hero images (light/dark) following existing design patterns
  • Example prompts categorized by use case (payouts, ramps, account management, debugging)
  • References to Mintlify's auto-generated llms.txt files for AI discovery

Issues noted

  • One formatting issue: UMA address $alice@example.com on line 126 needs backticks to prevent being interpreted as user mention
  • Previous review threads flagged missing description field and "Codex" reference, but these appear addressed in current version (description is present, Codex is mentioned alongside current tools)

Confidence Score: 4/5

  • This PR is safe to merge with one minor formatting fix
  • Documentation-only PR with well-structured content following Mintlify patterns. Single syntax issue (unescaped @ symbol) that needs correction. All assets properly added, navigation correctly configured. Previous concerns about missing description field appear resolved as description is present in frontmatter.
  • Pay attention to mintlify/platform-overview/building-with-ai.mdx for the @ symbol formatting fix on line 126

Important Files Changed

Filename Overview
mintlify/platform-overview/building-with-ai.mdx New documentation page introducing AI assistant integration with Grid API, includes feature cards, example prompts, and setup instructions
mintlify/docs.json Added navigation entry for the new Building with AI page in the Overview section
.gitignore Added icon build script to gitignore (requires license key)

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Removes the table of contents sidebar for a cleaner layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

a quote to send $500 USD and show me the exchange rate before executing.
```
```
Send $100 to $alice@example.com via UMA. Show me the exchange rate first.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrap $alice@example.com in backticks to prevent platform from interpreting @example.com as user mention

Suggested change
Send $100 to $alice@example.com via UMA. Show me the exchange rate first.
Send $100 to `$alice@example.com` via UMA. Show me the exchange rate first.
Prompt To Fix With AI
This is a comment left during a code review.
Path: mintlify/platform-overview/building-with-ai.mdx
Line: 126:126

Comment:
wrap `$alice@example.com` in backticks to prevent platform from interpreting `@example.com` as user mention

```suggestion
Send $100 to `$alice@example.com` via UMA. Show me the exchange rate first.
```

How can I resolve this? If you propose a fix, please make it concise.

@jklein24 jklein24 requested a review from shreyav February 14, 2026 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants