LICENSE
README.md
pyproject.toml
api/__init__.py
api/access_tokens.py
api/account_recovery.py
api/action_taxonomy.py
api/admin_issuance_notifications.py
api/admin_self_issue.py
api/agent_credentials.py
api/agent_ops_store.py
api/audit_api.py
api/audit_logger.py
api/authz_control_plane.py
api/authz_engine.py
api/authz_policy.py
api/automated_billing.py
api/beta_access.py
api/config.py
api/credential_refresh.py
api/crypto_validation.py
api/customer_accounts.py
api/dashboard_api.py
api/database.py
api/database_models.py
api/demo_api.py
api/developer_api.py
api/developer_self_issue.py
api/email_service.py
api/health_check.py
api/iam_email_confirmation.py
api/iam_permission_types.py
api/issuer_management.py
api/issuer_registry.py
api/kms_manager.py
api/lemma_auth_endpoint.py
api/lemma_format.py
api/lemma_shield.py
api/mau_api.py
api/pairwise_tagging.py
api/passkey_auth.py
api/permission_management_api.py
api/permission_type_api.py
api/permission_verification.py
api/platform_stats.py
api/ppid.py
api/rate_limiter.py
api/real_iam_manager.py
api/revocation_api.py
api/revocation_events.py
api/revocation_sync.py
api/revocation_verifier.py
api/sdk_api.py
api/sdk_auth.py
api/sdk_config.py
api/site_management_api.py
api/sri_hashes.py
api/storage_helpers.py
api/stripe_checkout.py
api/test_credential_endpoint.py
api/trusted_issuers.py
api/usage_tracking.py
api/validation.py
api/wallet_revocation.py
api/wallet_session_sync.py
api/authz/__init__.py
api/authz/freshness.py
api/authz/freshness_client.py
api/authz/mode_policy.py
api/authz/replay.py
api/authz/verifier.py
api/services/__init__.py
api/services/demo_lemma_client.py
api/services/wallet_service.py
docs/CLI_PYPI_README.md
lemmaid_cli.egg-info/PKG-INFO
lemmaid_cli.egg-info/SOURCES.txt
lemmaid_cli.egg-info/dependency_links.txt
lemmaid_cli.egg-info/entry_points.txt
lemmaid_cli.egg-info/requires.txt
lemmaid_cli.egg-info/top_level.txt
scripts/__init__.py
scripts/auth_scope_matrix_check.py
scripts/backfill_agent_ops_workspace_schema.py
scripts/check_compat_bearer_sunset.py
scripts/check_trusted_issuers.py
scripts/compare_issuers.py
scripts/diag_site_admin.py
scripts/full_kms_migration.py
scripts/generate_architecture_diagram.py
scripts/generate_auth_scope_matrix.py
scripts/generate_sri_hashes.py
scripts/latency_budget_gate.py
scripts/launch_gate_smoke_ci.py
scripts/lemma_cli.py
scripts/lemma_firewall.py
scripts/proof_exchange_contract_check.py
scripts/redis_degrade_gate_check.py
scripts/reencrypt_kms_key.py
scripts/review_auth_scope_matrix.py
scripts/revoke_to_deny_evidence.py
scripts/run_agent_ops_pov_loops.py
scripts/run_agent_session_simulation.py
scripts/run_containment_simulation.py
scripts/run_firewall_integration_example.py
scripts/run_firewall_live_smoke.py
scripts/run_full_gap_test.py
scripts/run_full_taxonomy_demo.py
scripts/run_ppid_migration.py
scripts/run_revocation_benchmark_matrix.py
scripts/run_runtime_taint_drill.py
scripts/run_sentry_alert_routing_drill.py
scripts/seed_permissions.py
scripts/verify_kms.py
tests/test_access_token_auth_flag.py
tests/test_admin_lemma_header_auth.py
tests/test_agent_authz_policy_enforcement.py
tests/test_agent_control_plane_buildout.py
tests/test_agent_ops_enterprise_hardening.py
tests/test_agent_ops_store_lineage.py
tests/test_agent_ops_store_runtime_fields.py
tests/test_agent_token_site_ownership.py
tests/test_auth_system.py
tests/test_authz_engine_phase12.py
tests/test_authz_policy_phase5.py
tests/test_authz_v2_controls.py
tests/test_canonical_revocation_linkage.py
tests/test_developer_control_panel.py
tests/test_edge_cases.py
tests/test_lemma_auth_flask_sdk.py
tests/test_lemma_auth_node_sdk.py
tests/test_lemma_cli.py
tests/test_lemma_firewall_local_first.py
tests/test_lemma_firewall_local_ops.py
tests/test_lemma_firewall_scope_parse.py
tests/test_mcp_local_ops_authorize_contract.py
tests/test_monitoring_slo_metrics.py
tests/test_quickstart_smoke.py
tests/test_redis_degradation_hardening.py
tests/test_sdk_api_guardrails.py
tests/test_sdk_auth_state_storage.py
tests/test_security_fixes.py
tests/test_security_next_batch.py
tests/test_tenant_context_enforcement.py
tests/test_wallet_role_restore.py
tests/test_wallet_runtime_authorize_local_ops.py
tests/test_wallet_sdk_parity.py
tests/test_wallet_session_sync_security.py