{"slug":"zep-cloud","name":"Zep Cloud","owner":null,"repo":null,"category":"memory-context","lang":"","blurb":"Temporal knowledge-graph memory for agents that tracks what was true and when, engineered from chat history and business data.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Temporal knowledge-graph memory for agents that tracks what was true and when, engineered from chat history and business data.","website":"https://www.getzep.com","docs_url":"https://help.getzep.com","signup_url":"https://www.getzep.com","pricing_model":"freemium","pricing_note":"Free tier 10k credits/mo; paid plans from ~$125/mo (credits metered by episode size, ~1 credit / 350 bytes)","auth_type":"api-key","agent_signup":"manual-only","agent_signup_note":"Human signs up at app.getzep.com and copies the API key from the dashboard; no self-serve provisioning API.","mcp_server":"https://github.com/getzep/graphiti","sdks":["Python","TypeScript","Go","REST"],"code_sample":"{\"lang\":\"python\",\"code\":\"from zep_cloud.client import Zep\\nfrom zep_cloud import Message\\n\\nclient = Zep(api_key=\\\"your-api-key\\\")\\nclient.thread.add_messages(\\n    thread_id=\\\"thread-1\\\",\\n    messages=[Message(name=\\\"Jane\\\", role=\\\"user\\\", content=\\\"I want to upgrade to Pro\\\")],\\n)\\ncontext = client.thread.get_user_context(thread_id=\\\"thread-1\\\")\"}","tags":["memory","agents","knowledge-graph","temporal","context"],"useCases":[],"codeSample":{"lang":"python","code":"from zep_cloud.client import Zep\nfrom zep_cloud import Message\n\nclient = Zep(api_key=\"your-api-key\")\nclient.thread.add_messages(\n    thread_id=\"thread-1\",\n    messages=[Message(name=\"Jane\", role=\"user\", content=\"I want to upgrade to Pro\")],\n)\ncontext = client.thread.get_user_context(thread_id=\"thread-1\")"},"oneLiner":"Temporal knowledge-graph memory for agents that tracks what was true and when, engineered from chat history and business data.","docsUrl":"https://help.getzep.com","signupUrl":"https://www.getzep.com","pricingModel":"freemium","pricingNote":"Free tier 10k credits/mo; paid plans from ~$125/mo (credits metered by episode size, ~1 credit / 350 bytes)","authType":"api-key","agentSignup":"manual-only","agentSignupNote":"Human signs up at app.getzep.com and copies the API key from the dashboard; no self-serve provisioning API.","mcpServer":"https://github.com/getzep/graphiti"}