Aucun plan tarifaire detaille n'est encore disponible pour cet outil.
We understand. You need to do more with less. Datagran automates all the repetitive tasks to make your marketing team more productive than ever.CapabilitiesMarketing IntegrationsOne-click OAuth to ad platforms+10One-click OAuth to all major platforms. Automatic token refresh and secure credential storage.FacebookInstagramGoogle AdsLinkedInTikTokHubSpotSalesforceGmailDriveCalendarPostgresFirecrawlReportingNatural language dashboardsNatural language reporting with dashboards so you stay in the loop at all times. Proactive reports delivered when you need them.Ask questions in plain EnglishInteractive dashboardsProactive scheduled reportsPersistent Memory3-tier brain architectureYour AI remembers everything. Short-term for live context, mid-term with 85% compression, long-term RAG for unlimited history.Short-term<50k tokensMid-term (Beacon)~85% compressedLong-term RAGunlimitedAI ObservabilityFull visibility into every decisionSee every decision your AI makes in real-time. Track context used, actions taken, and why. Full audit trails for compliance.Real-time traces & debuggingPolicy enforcement & approvalsRisk scoring & alertsAI Social ListeningMonitor any platformInstruct your AI to monitor any platform and report back with actionable responses or alerts. Uses Firecrawl or Computer Use to scrape any site.Monitor any website or platformActionable alerts & responsesFirecrawl + Computer UseWeb AnalyticsNatural language chartsAsk any question and request charts with natural language. First-party tracking with our lightweight pixel.Unique Users vs SessionsUsersSessionsMonWedFriSun12.4kUsers28.1kSessions3.2%Conv.MCP ProtocolModel Context Protocol serverConnect Claude, Cursor, or any MCP-compatible AI client instantly. Open standard, no vendor lock-in.MCP Server URLhttps://mcp.datagran.aiClaude DesktopAnthropicCursor IDEAI Code EditorAny MCP ClientOpen standardEnterprise SecurityBank-level protectionAES-256GDPRMilitary-grade encryption, zero token exposure, and full compliance. Your data is protected at every layer.AES-256-GCM EncryptionZero token exposureGDPR & SOC2 compliantFully integrated to yourmessaging appSee Groovy in action. Your AI assistant lives where you already work.ProductsDatagran Intelligence LayerThe foundational infrastructure that powers all your AI marketing operations. Connect your data sources, manage context, and orchestrate intelligent workflows at scale.Unified data connectionsPersistent memory architectureEnterprise-grade securitySign InLearn MoreGroovyYour AI agentic system that coordinates all capabilities seamlessly. Groovy lives in the web application or WhatsApp, ready to execute complex marketing workflows on your behalf.Natural language interfaceWeb app & WhatsAppAutonomous task executionSign InMeet your newest hireDatagran is the new Marketing team member.It's not a human. And it's always online.24/7Works around the clock0Sick days taken0Resignation letters0Days of onboardingContactReady to transform your marketing team? Let's talk.Email uscm@datagran.io --- DatagranAuthPartner PortalSign InSign in to manage your Datagran Auth integration.EmailPasswordSign InNeed an account? Sign upUse the email and password you registered with. --- The intelligence & security layerfor AI agentsTrace, observe and connect intelligence on demand.LIVE OBSERVABILITY MAPIn a world where AI is getting more powerful, you need a way to observe and provide intelligence on demand.Five pillars ofagent infrastructureConnect AI Agents to Data SourcesDatagran handles authentication, token refresh, and key management so your agents can focus on what matters.One-click OAuth to all major platforms. Automatic token refresh, secure credential storage, and a unified API for every data source your agent needs.FacebookGoogle AdsLinkedInTikTokHubSpotSalesforceGmailGoogle DriveCalendarPostgresFirecrawlInstagramSecurity of TokensEvery OAuth token is encrypted at rest with AES-256-GCM. Zero plaintext exposure, ever.Tokens are never stored in plaintext. Each credential is encrypted with a unique initialization vector and authenticated with GCM tags to prevent tampering.AES-256-GCM EncryptionMilitary-grade authenticated encryption for every tokenAutomatic Token RefreshTokens are rotated before expiry—zero downtimeZero Plaintext ExposureTokens are decrypted only at the moment of use, in-memoryObservability via TracesSee every call, every decision, every token your agents use in real-time.Every API call your agent makes through Datagran is traced end-to-end. See latency, token usage, which data sources were hit, and the full decision chain.trace_8f3a…c2d1342ms4 spans1,240 tokenssuccessAction Policies & GuardrailsDefine exactly what your AI agents can and cannot do. Enforce it at the infrastructure level.Set granular policies per action type. Every agent request passes through the policy engine before execution—blocked actions never reach the data source.Read campaign dataALLOWQuery memory contextALLOWUpdate campaign budgetREVIEWDelete user dataBLOCKRisk scoring, human-in-the-loop approvals, and full audit trails for every policy decision.Personas: AI Evaluator AgentsOther AI agents assume adversarial roles to test and filter potential bad actors before they cause harm.Personas are AI agents that evaluate other AI agents. They simulate adversarial scenarios, test for prompt injection, data exfiltration, and policy circumvention—before your agent goes live.Red TeamAttempts prompt injection and policy bypassComplianceValidates outputs against regulatory rulesBias CheckerFlags biased or unfair targeting decisionsPII GuardPrevents sensitive data from leaking outProductDatagranUniversal MemoryGive every AI agent persistent, queryable memory that scales from a single conversation to millions of interactions. Two tiers. One API call.Short-term MemoryAlways in context. A rolling summary (~5k tokens) plus the last ~10k tokens of raw entries. Every data fetch is automatically ingested as a structured DG entry.Rolling summary~5k tokensRaw entries (always intact)~10k tokensAuto-rollup threshold50k tokensLong-term Memory (RAG)When the brain exceeds 50k tokens, overflow is embedded into vector chunks (~500 tokens each) and archived for semantic search. Unlimited history, always retrievable.Vector embeddings~500 tokens/chunkSemantic search (cosine)top-K retrievalCapacityunlimitedHow it works01IngestEvery data fetch (ads, CRM, web scrapes) is auto-ingested as a timestamped DG entry into the brain.02QueryCall POST /api/context/brain with a question. We search both tiers and return grounded answers.03RollupWhen short-term exceeds 50k tokens, overflow is summarized, embedded, and archived into long-term RAG.04ReconcileEnable include.reconcile to cross-reference both tiers, detect conflicts, and produce cited answers.POST/api/context/brainRequest{ "question": "What is my Facebook account ID?", "endUserExternalId": "user-123", "mindState": "auto", "maxTokens": 512, "temperature": 0.7, "providers": ["facebook_ads"], "include": { "citations": true, "reconcile": true } }Response{ "success": true, "answer": "Your Facebook account ID is 12345.", "mode": "long_term", "short_term": { "raw_text": "...", "tokens": 15000, "entry_count": 25 }, "long_term": [ { "snippet": "Connected Facebook account 12345...", "relevance": 0.82, "provider": "facebook_ads" } ], "citations": [ { "kind": "short_term", "ref": "ST:22", "score": 0.91 }, { "kind": "long_term", "ref": "LT:3", "score": 0.82 } ] }Mind StatesautoShort-term + RAG search. Uses inference if configured.short_termReturns raw brain text only. No LLM call, lowest latency.long_termShort-term + RAG + inference. Full answer with citations.Semantic Evidence WeightingWhen you enable include.citations or include.reconcile, every memory entry is scored using a multiplicative formula that combines semantic similarity with temporal freshness.Scoring formulascore = semantic × (0.6 + 0.4 × freshness)where:• semantic = cosine similarity between query embedding and entry embedding, normalized to [0, 1]• freshness = e(-ln(2) × age_days / half_life) — exponential decay, 14-day half-lifeShort-term scoringThe last 40 DG entries are embedded alongside your query. Each gets a cosine similarity score and a freshness score based on its timestamp. Top 8 are selected.Candidate pool40 entriesTop-K returned8Ref formatST:12Long-term scoringRAG chunks retrieved by vector similarity are re-scored with the same formula. If a rerank service is configured, results pass through a cross-encoder for higher precision.Initial retrievaltop-K × 3After reranktop-KRef formatLT:3Weights in the response"memory_weights": { "params": { "short_term_candidate_limit": 40, "short_term_top_k": 8, "long_term_top_k": 8, "freshness_half_life_days": 14 }, "short_term": { "candidates": [ { "ref": "ST:22", "provider": "facebook_ads", "semantic": 0.87, "freshness": 0.92, "score": 0.74 } ] }, "long_term": { "candidates": [ { "ref": "LT:3", "provider": "facebook_ads", "semantic": 0.82, "freshness": 0.65, "score": 0.59, "relevance": 0.82 } ] } }When reconcile=true, conflicting evidence across tiers is flagged and the model is instructed to prefer the most recent high-confidence source for mutable facts.SecurityEncryption atevery layerYour data, your tokens, your agent's memory—all protected with bank-grade encryption. Nothing is ever stored in plaintext.AES-256-GCMEvery OAuth token is encrypted using AES-256 with Galois/Counter Mode. Each encryption uses a unique 96-bit initialization vector and produces an authentication tag.// Encryption at restcipher = AES-256-GCMiv = random(96 bits)tag = authenticatedkey = env.ENCRYPTION_KEYZero Token ExposureTokens are decrypted only at the instant they're needed—in memory, for the duration of the API call. They're never logged, never cached, never written to disk unencrypted.Decrypt in memory onlyScoped to single requestNo disk writes, no logsInfrastructure SecurityTLS everywhere, encrypted storage at rest, isolated compute per partner, and full audit trails for every data access.TLS 1.3All data in transitRLSRow-level security per partnerAUDITFull trace logs for complianceReady to build?Sign up for the Datagran Intelligence Layer and start connecting your agents to the data sources they need.Get StartedContact Sales --- Privacy PolicyEffective Date: May 25, 2018Your Privacy RightsWelcome to the Datagran ("Datagran") website at https://www.datagran.io (referred to herein, including all content under the "datagran.co" or "datagran.io" domain name, as the "Website"). This notice ("Privacy Policy") is included with and supplements our Terms of Service.This Privacy Policy explains our online information collection and use practices, and the choices you can make about the way we use such information.REMEMBER IF YOU USE OR ACCESS THE DATAGRAN WEBSITE, YOU AGREE TO THIS PRIVACY POLICY. AS WE UPDATE THE DATAGRAN WEBSITE OR EXPAND OUR SERVICES, WE MAY CHANGE THIS PRIVACY POLICY SO PLEASE REVIEW IT FROM TIME TO TIME.This Privacy Policy is subject to the provisions of the General Data Protection Regulation ("GDPR") and other applicable privacy laws. Datagran agrees that under the GDPR, Datagran is a data "Controller" and you are a "Data Subject" with certain protected privacy rights concerning your "Personal Data."1. Who Collects Your Information?We do. Under the GDPR, Datagran is what is known as the "Controller" of the Personal Data that you provide to us. We collect information from you on the Website, and we are responsible for protection of your information.2. What Information Does Datagran Collect?A. Requested InformationOn various pages on the Website, we may request specific PII about you in order to register you for an account to use our Services, add you to our email list, facilitate your payments for Services, or fulfill your requests for information.The types of personal information we collect and save include:Contact and account registration information such as name, email address, physical address, phone number, business name, business URL, and type of industry;Financial information such as credit card number, name, CVV code, or date of expiration;Information about your advertising campaigns created through the use of our Services, and the results of those campaigns;Information you provide such as feedback, comments or other messages;Technical information collected in our logs, including your IP address, page URL and timestamp.B. Aggregate InformationWe may also collect anonymous, non-identifying and aggregate information such as the type of browser you are using, the type of operating system you are using, and the domain name of your Internet service provider.3. Why Is My Information Being Collected?We need to collect your personal information so that we can respond to your requests for information or to be added to our emailing lists, and to process your requests for access to and payment for our Services.We collect the results of your advertising campaigns to include in "success stories" concerning our users and Services. We also collect aggregate information to help us better design the Website.4. How Do We Use the Information We Collect?We use the personal information you provide for purposes including:Responding To Your Inquiries: We use your PII to respond to your inquiries and fulfill your requests for information.Creating Your Account: We use your PII to create and maintain an account for you to use the Services.Processing Payments: We use your PII to add your subscriptions to our Services and process your payment.Promoting Our Services: We may use your name, likeness and campaign results in success stories.Communications: We may send you information about new Services and items that may be of interest to you.Administrative Emails: We may send you emails to confirm your account, process transactions, or inform you of policy changes.We may use anonymous information to improve the design and content of our Website, personalize your Internet experience, and analyze how our site is used.5. Do We Share Your Personal Information?We will not share your personal information except:For the purposes for which you provided it;With your consent;As may be required by law or as we think necessary to protect our organization or others from injury;With persons or organizations with whom we contract to carry out internal site operations or business activities.We may also share aggregate information with others, including affiliated and non-affiliated organizations.6. How Can You Access and Control Your Information?After registering for an account on the Website, you may log-in to the account and edit your personal information in your profile.For instructions on how you can further access your personal information that we have collected, or how to correct errors in such information, please send an e-mail to legal@datagran.ioWe will promptly stop using your information and remove it from our servers and database at any time upon your e-mail request.7. How We Store and Protect Your InformationWe have physical, electronic, and managerial procedures in place to safeguard and help prevent unauthorized access, maintain data security, and correctly use the information we collect.We protect your personal information under our compliance with industry data security standards including ISO 27001, ISO 27017, and ISO 27018.If you are visiting the Website from outside of the USA, you understand that your connection will be through and to servers located in the USA, and the information you provide will be securely stored in our web servers and internal systems located within the USA.We store your personal information until you request us to remove it from our servers. We store our logs and other technical records indefinitely.8. Cookies and Network TechnologiesTo enhance your online experience, our web pages may use "cookies." Cookies are text files that our web server may place on your hard disk to store your preferences. Cookies, by themselves, do not tell us your e-mail address or other PII unless you choose to provide this information to us.We may also use "pixel tags," "web beacons," "clear GIFs" or similar means in connection with some Website pages and HTML-formatted email messages for purposes of compiling aggregate statistics about website usage and response rates.Do Not Track: At present, the Website does not specifically respond to browser do-not-track signals.9. Children and Young People's InformationWe do not knowingly collect any information from any minors, and we comply with all applicable privacy laws including the GDPR, USA Children's Online Privacy Protection Act ("COPPA") and associated Federal Trade Commission ("FTC") rules.Our Website will not knowingly accept personal information from anyone under 13 years old in violation of applicable laws, without consent of a parent or guardian. In the event that we discover that a child under the age of 13 has provided PII to us, we will make efforts to delete the child's information in accordance with the COPPA.If you believe that your child under 13 has gained access to our Website without your permission, please contact us at legal@datagran.io10. California Privacy RightsCalifornia law allows California residents to request information regarding our disclosures in the prior calendar year, if any, of their PII to third parties. To make such a request, please contact us at legal@datagran.io with "Request for Privacy Information" in the subject line.11. Changes to this PolicyBecause our business needs may change over time, we reserve the right to modify this Privacy Policy. If at any time in the future we plan to use your PII in a way that differs from this Privacy Policy, we will revise this Privacy Policy as appropriate and email the updated policy to the email address that you provided to us.12. Contact InformationIf you have any questions or concerns about this Privacy Policy you may e-mail us at:legal@datagran.ioCopyright © Datagran, Inc. All rights reserved. The Website is the property of Datagran, and is protected by United States and international copyright, trademark, and other applicable laws.

