Skip to Content
Context PacksCloud Packs

Cloud Packs

Coming soon — Cloud packs are not yet available. This page describes the planned design for hosted packs on the PromptOwl platform.

Cloud packs will be hosted on the PromptOwl platform and queryable without downloading source files.

Planned query format

ctx query @promptowl/executive-ai-strategy ctx query @yourorg/custom-pack

The @org/pack-name format will route the request to the PromptOwl API.

How it will work

  1. The CLI sends a query request to the cloud API
  2. The API resolves the pack and returns the documents
  3. The response includes tracing metadata

Authentication

Cloud packs will use credentials stored at ~/.promptowl/credentials.json:

{ "access_token": "your-token-here" }

Public packs will be queryable without authentication. Private packs will require a valid token.

Metering & pricing

Pricing and quota details have not been finalized. Local queries (ctx query "tag:#engineering") will always be free.

Stay updated

Cloud pack availability will be announced at promptowl.ai .

Last updated on