Summary
The Python SDK in sdk/python/ needs usage examples showing common workflows:
- Registering a new agent
- Creating and attaching a policy
- Querying audit logs programmatically
- Exporting forensic reports
What to do
- Create an
sdk/python/examples/ directory
- Add 2-3 standalone Python scripts demonstrating real workflows
- Each script should include inline comments explaining what's happening
- Update
sdk/python/README.md (create if needed) linking to the examples
Context
The API docs are live at ai-identity-api.onrender.com/docs — use these as reference for available endpoints.
Acceptance criteria
Summary
The Python SDK in
sdk/python/needs usage examples showing common workflows:What to do
sdk/python/examples/directorysdk/python/README.md(create if needed) linking to the examplesContext
The API docs are live at ai-identity-api.onrender.com/docs — use these as reference for available endpoints.
Acceptance criteria
sdk/python/examples/