Metadata-Version: 2.4
Name: kraken-identity-sdk
Version: 0.1.0
Summary: Identity & Grip for AI Agents — Auth0 for the agentic era
Project-URL: Homepage, https://getkraken.com
Project-URL: Repository, https://github.com/kraken-identity/kraken
Project-URL: Documentation, https://docs.getkraken.com
Author-email: Kraken <sdk@getkraken.com>
License: Apache-2.0
Keywords: agents,ai,auth,identity,langchain,llm
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Provides-Extra: all
Requires-Dist: langchain-core>=0.2; extra == 'all'
Requires-Dist: langchain-openai>=0.1; extra == 'all'
Requires-Dist: langchain>=0.2; extra == 'all'
Requires-Dist: llama-index-core>=0.10; extra == 'all'
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: httpretty; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: pytest>=7; extra == 'dev'
Provides-Extra: langchain
Requires-Dist: langchain-core>=0.2; extra == 'langchain'
Requires-Dist: langchain-openai>=0.1; extra == 'langchain'
Requires-Dist: langchain>=0.2; extra == 'langchain'
Provides-Extra: llamaindex
Requires-Dist: llama-index-core>=0.10; extra == 'llamaindex'
Description-Content-Type: text/markdown

\# Kraken: Identity \& Grip for AI Agents



\*\*Kraken answers three questions:\*\*

1\. \*\*Who are you?\*\* (Agent identity)

2\. \*\*What can you do?\*\* (Scope-based permissions)

3\. \*\*How do we stop you if you go rogue?\*\* (Instant revocation)



\## Quick Start



```go

import "github.com/kraken/agent-sdk-go"



agent := kraken.NewAgent("agent-id", "secret")

token := agent.WithScope("calendar:read").WithScope("email:send.templated").Issue()

