docs(hub): replace agent sessions with agent skills - #1244
Open
tnthornton wants to merge 3 commits into
Open
Conversation
Drops the drafted agent.hub.upbound.io session API docs and documents upbound/skills instead: installing the upbound-hub plugin and prompting an agent against Hub. Also removes the commented-out AgentSessions gate from the feature flags reference.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
tnthornton
commented
Jul 31, 2026
tnthornton
left a comment
Member
Author
There was a problem hiding this comment.
Four corrections found by running the skill against a live Hub (24 control planes, 29,611 resources) and checking each claim against the API. Three are factual; the fourth describes a number the skill does not produce.
The skill side is fixed in upbound/skills#20.
realms and spaces have no update verb. Only resources records carry hub.lastSyncTime. And the health figures described a union the aggregation endpoint cannot produce, since it counts each condition on its own axis.
tnthornton
force-pushed
the
docs/agent-skills
branch
from
July 31, 2026 22:21
c3979ba to
ea23008
Compare
Rework the em dashes into ordinary punctuation and drop a passive construction. Realms carry a lastSyncTime of their own, so scope the claim to Hub's aggregation freshness field.
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.
Swaps the drafted
agent.hub.upbound.iosession API docs for upbound/skills. Two pages under Products → Insights: a concept overview (install, prerequisites, what the agent can see and change) and a how-to (sign-in, first question, prompting, verifying answers).Install and prompting only. Scripts and API details stay in the skills repo.
Also drops the commented-out
AgentSessionsgate from the feature flags reference.