Add docs for Smart Tables API#317
Open
bb220 wants to merge 2 commits into
Open
Conversation
**Tool Registry auto-execution (app PR #917)**
- Add ToolExecutionConfig and ToolExecutionRunResult schemas to openapi.json
- Add execution and description fields to POST /api/public/v2/tool-registry (create tool)
- Add execution and description fields to GET /api/public/v2/tool-registry/{identifier} response
- Add POST /api/public/v2/tool-registry/{identifier}/versions endpoint (create version, with execution field)
- Add POST /api/public/v2/tool-registry/{identifier}/test-execute endpoint
- Add reference pages for both new endpoints
- Add features/tool-registry/auto-execution.mdx guide
- Register auto-execution page in docs.json navigation
**Smart Tables public API (app PR #932)**
- Add SmartTable, SmartSheet, SmartColumn, SmartCell, and SmartTableImportOperation schemas to openapi.json
- Add all core Smart Tables public API endpoints (/api/public/v2/tables + sheets, columns, rows, cells sub-resources)
- Create reference pages for all 18 new Smart Tables endpoints
- Register Smart Tables reference group in docs.json navigation
https://claude.ai/code/session_01Gomnn5WphRge7nVT8BbMKr
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Collaborator
Author
|
@bb220 — tagging you for review. The reviewer request was blocked because the session is authenticated as your account. Please review when you get a chance. Generated by Claude Code |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5d9c9d62a1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Reverts openapi.json and docs.json changes for PR #917 (tool auto-execution): - Remove ToolExecutionConfig and ToolExecutionRunResult schemas - Remove execution/description additions to tool-registry create/get - Remove /versions and /test-execute tool-registry endpoints - Remove auto-execution feature guide and reference pages from nav Keeps Smart Tables API documentation (PR #932) unchanged. https://claude.ai/code/session_01Gomnn5WphRge7nVT8BbMKr
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
Documents the Smart Tables backend merged into
promptlayer-appon 2026-05-20 (app PR #932 —rite2hhh).Smart Tables is a new versioned, multi-sheet table product that can run LLM, code, and comparison columns to generate or evaluate data at scale. This PR adds the public API documentation.
SmartTable,SmartSheet,SmartColumn,SmartCell, andSmartTableImportOperationschemas toopenapi.json/api/public/v2/tables— tables, sheets, columns, rows, and cells sub-resources (18 new endpoints)docs.jsonhttps://claude.ai/code/session_01Gomnn5WphRge7nVT8BbMKr