Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.charmos.io/llms.txt

Use this file to discover all available pages before exploring further.

Charm records execution data so builders can debug and improve published agents.

What You Can Inspect

  • Run status.
  • Runtime logs.
  • Status events.
  • Errors.
  • Token or usage metadata when available.
  • Revenue and billing events where applicable.

CLI Logs

Use:
charm logs --path . --limit 50
This is the fastest way to inspect recent cloud behavior from your terminal.

Studio

Charm Studio provides a web dashboard for run history, usage, debugging, and revenue visibility.

Debugging Production Issues

When a cloud run fails:
  1. Confirm the same input works locally.
  2. Run charm validate.
  3. Check logs.
  4. Confirm required environment variables or OAuth connections.
  5. Test in Docker if the issue looks runtime-specific.

Access Control

Execution logs should only be visible to authorized owners and maintainers.