Skip to content

Add docs for Smart Tables API#317

Open
bb220 wants to merge 2 commits into
masterfrom
claude/nice-fermi-noP3F
Open

Add docs for Smart Tables API#317
bb220 wants to merge 2 commits into
masterfrom
claude/nice-fermi-noP3F

Conversation

@bb220
Copy link
Copy Markdown
Collaborator

@bb220 bb220 commented May 21, 2026

Summary

Documents the Smart Tables backend merged into promptlayer-app on 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.

  • Adds SmartTable, SmartSheet, SmartColumn, SmartCell, and SmartTableImportOperation schemas to openapi.json
  • Documents all core Smart Tables public API endpoints at /api/public/v2/tables — tables, sheets, columns, rows, and cells sub-resources (18 new endpoints)
  • 18 new reference pages registered under a new "Smart Tables" group in docs.json

https://claude.ai/code/session_01Gomnn5WphRge7nVT8BbMKr

**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
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 21, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
promptlayer 🟢 Ready View Preview May 21, 2026, 9:13 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@bb220 bb220 added the automation label May 21, 2026 — with Claude
Copy link
Copy Markdown
Collaborator Author

bb220 commented May 21, 2026

@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

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 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".

Comment thread features/tool-registry/auto-execution.mdx Outdated
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
@bb220 bb220 changed the title Add docs for tool auto-execution and Smart Tables API Add docs for Smart Tables API May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants