docs: update all Python SDK/CLI references to v5.0.0#97
Merged
Conversation
Migrate all documentation from the old Manager-based Python SDK (v4.x) to the new Client + Organization architecture (v5.0.0). Updates CLI commands from the old argparse patterns to the new Click-based `<noun> <verb>` pattern across 12 files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace non-existent `org.get_sensor(sid)` with correct `Sensor(org, sid)` constructor across all files. Also remove non-existent `hive.expire()`, `hive.set_enabled()`, `search.save_query()` methods and replace with correct Hive-based patterns. Fix `org.online_sensors()` to the actual `org.get_online_sensors()` method. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
amrik-lc
approved these changes
Feb 27, 2026
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.
Summary
Manager-based v4.x API to the newClient+Organizationarchitecture in v5.0.0<noun> <verb>pattern (e.g.limacharlie login→limacharlie auth login,limacharlie sensors→limacharlie sensor list)python-sdk.mdwith accurate v5 API documentation based on the actual source codeChanged files (12)
sdk-overview.mdsdks/python-sdk.mdsdks/index.mdquery-cli.mdlimacharlie query→limacharlie searchuninstallation.mdManager()→Client+Organizationwebhook-adapter.mdManager().getOrgURLs()→Organization(Client()).get_urls()non-responding-sensors.mdwriting-testing-rules.mdreplay→dr test/validate,dr add→dr set)replay.mdlimacharlie-replay→limacharlie replay runwith new flagsai-agent-engine.mdManager/Extension→Client/Organization/Extensionsplaybook.mdusing-extensions.mdextension get_schema→extension schemaTest plan
limacharlie.client,limacharlie.sdk.*)<noun> <verb>patternManagerclass or deprecated CLI commandspython-sdk.mdrewrite for accuracy against SDK source🤖 Generated with Claude Code