check-workspace-status

check-workspace-status

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "check-workspace-status" with this command: npx skills add speakeasy-api/agent-skills/speakeasy-api-agent-skills-check-workspace-status

check-workspace-status

Check configured targets, sources, and workspace info.

When to Use

  • Checking what SDK targets are configured

  • Viewing published SDK versions and URLs

  • Verifying workspace authentication is working

  • User says: "workspace status", "what targets configured", "list SDK targets"

Inputs

Input Required Description

Authentication Yes Via speakeasy auth login or SPEAKEASY_API_KEY env var

Outputs

Output Description

Workspace info Name, account type

Published targets Version, URLs, last publish date

Configured targets Unpublished targets, repo URLs

Unconfigured targets Targets with issues

Command

For LLMs/automation (recommended)

speakeasy status --output json

For human-readable output

speakeasy status --output console

Requires SPEAKEASY_API_KEY env var (see configure-authentication skill).

Output Includes

  • Workspace name and account type

  • Published targets (version, URLs, last publish/generate)

  • Configured targets (unpublished, with repo URLs)

  • Unconfigured targets and generation failures

Troubleshooting

Error Cause Solution

"unauthorized" Missing or invalid API key Run speakeasy auth login or set SPEAKEASY_API_KEY

Empty output No targets configured Run start-new-sdk-project to set up first

"workspace not found" Wrong workspace ID Check ~/.speakeasy/config.yaml

Related Skills

  • configure-authentication

  • Set up API key if status fails

  • regenerate-sdk

  • Run generation for configured targets

  • start-new-sdk-project

  • Set up new targets

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

validate-openapi-spec

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

get-ai-suggestions

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

fix-validation-errors-with-overlays

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

regenerate-sdk

No summary provided by upstream source.

Repository SourceNeeds Review