Open
Conversation
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>
Contributor
Greptile OverviewGreptile SummaryAdds 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
Issues noted
Confidence Score: 4/5
|
| 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) |
Removes the table of contents sidebar for a cleaner layout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
| 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. |
Contributor
There was a problem hiding this comment.
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
approved these changes
Feb 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
/platform-overview/building-with-ai/llms.txt,/llms-full.txt) work🤖 Generated with Claude Code