credal.aiAI tool

Credal.ai

credal.ai
Pricing plans

Detailed pricing plans are not available yet for this tool.

Detailed overview
Join our webinar on AI for deep research with MongoDB on May 7th! Register here →Coming from Dashworks? Import your data to CredalProductsAgentsUse CasesSecurityCase StudiesCareersAboutGet a demoJoin us for a hands-on agent building webinar in Credal on September 17th - register here!ProductsUse CasesSecurityCase StudiesCareersAboutGet a demoConnect AI to every tool.Enterprise security built in.Build enterprise-grade MCP servers and AI agents and publish them into any chat surface. Powered by your data and tools, subject to enterprise controls.Get a demoPowering both large enterprises and scaling startupscase study →Case StudyCase StudyCase Studycase study →Case StudyCase StudyDiscover Credal's success storiesView All Case StudiesIntegratePull data from any sourceSecureInherit & enforce access controlsSearchFind anything across your data.CodeFlexible and secure APIDeployUse Credal agents anywhereSynchronize PermissionsAudit AccessRedact PIIsendMessageSend a message to a co-pilotuploadDocumentUrlUpload a document via its urlcreateDocumentCollectionCreate a collection of related documents with shared datalistAuthorizedResourcesList resources that the user is authorized to do actions onsearchDocumentCatalogSearch across all documentsPost/v0/copilots/sendMessage/v0/catalog/uploadDocumentUrl/v0/documentCollections/createDocumentCollection/v0/permissions/listAuthorizedResources/v0/search/searchDocumentCatalog$ curl -X POST https://api.credal.ai/api/v0/copilots/sendMessage>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "message": "Do we support Hubspot import?", >             "userEmail": "marcelo@acne.ai", > }'$ curl -X POST https://api.credal.ai/api/v0/catalog/uploadDocumentUrl>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "documentUrl": "https://docs.google.com/document/d/1QFOA0lgNycFmdZJQr", > }'$ curl -X POST https://api.credal.ai/api/v0/documentCollections/createDocumentCollection>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "collectionName": "Customer Meeting Transcripts", >             "embeddingsModel": "text-embedding-ada-002", >             "distanceMetric": "EUCLIDEAN", >             "customMetadataSchema": {>                 "fields": [>                 { "name": "customerName", "type": "STRING" },>                 { "name": "meetingDate", "type": "STRING" },>                 ]>             }> }'$ curl -X POST https://api.credal.ai/api/v0/permissions/listAuthorizedResources>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "action": "READ"> }'$ curl -X POST https://api.credal.ai/api/v0/search/searchDocumentCatalog>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "searchQuery": "ABC Corp",>             "searchOptions": {>                 "maxResults": 5>             }> }'Featured InCompatible withConnect your company's data securelyOut-of-the-box data integrations make it easy to get startedPre-built data connectorsConnect Credal with Slack, GSuite, Notion, Microsoft, Salesforce, Confluence, and more - instantly.Sync permissions from source systemsFully configurable (cloud vs. on prem, etc.)Enterprise RAG, search, & chat functionality on day 1Custom data connectorsMany enterprises have custom or proprietary data sources they want to connect LLMs to. Credal solves this.Real-time sync, including permissioningSupports all common file functions (JSON, XML, CSV...)Manage ETL pipelines, scheduling, and config in our UIDeploy generative AI with full security and complianceCredal makes it easy to inherit and sync permissions, audit data access, and safeguard PII.PermissionsCredal synchronizes permissions across all source systems, ensuring no data leakage and full compliance for your company’s use of generative AI.Sync permissions from all source systemsAutomatically update permissions cache in real-time, synced with SSOGranular and configurable access controlsAuto RedactionCredal can automatically replace PII with placeholders before passing it to third-party modules. Then, Credal can restore PII by swapping out the placeholders.Prevent leakage of PHI, PII, and PCI with high accuracyProtect secrets, API keys, & credentials - improving your security postureHelps you stay compliant with HIPAAComprehensive Audit CapabilitiesFull audit logging for generative AI in your business, including prompts, data and responses.Stay compliant and secureReview organizational use of AI models to improve your businessIntegrates with Splunk, Prometheus, Datadog and moreSOC 2 + GDPR + CCPA compliantCredal infrastructure is SOC 2 Type 2 compliant, tested and verifiedCloud + On PremiseWe support both on premise and cloud deployments. Deploy Credal in the way that works best for your business.Enforce Acceptable Use PoliciesUpload your policies and breathe easy: oversight, auditing and alerting for your IT team are built into CredalThe only end-to-end enterprise RAG platformCredal is the fastest way to build secure, access-controlled Retrieval Augmented Generation (RAG) applications on top of your data. Supports semantic, keyword, or hybrid search.Point-and-click integrations to all your source systems out of the boxAutomatic, near-real-time data refreshing with permissions build inUse AI however you want: chat UI, enterprise search, or our developer APIBuild AI-powered applications using our flexible APICredal’s simple REST API enables developers to build and deploy apps seamlessly. Discover our documentation.sendMessageSend a message to an agentuploadDocumentUrlUpload a document via its urlcreateDocumentCollectionCreate a collection of related documents with shared datalistAuthorizedResourcesList resources that the user is authorized to do actions onsearchDocumentCatalogSearch across all documentsPost/v0/copilots/sendMessage/v0/catalog/uploadDocumentUrl/v0/documentCollections/createDocumentCollection/v0/permissions/listAuthorizedResources/v0/search/searchDocumentCatalog$ curl -X POST https://api.credal.ai/api/v0/copilots/sendMessage>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "message": "Do we support Hubspot import?", >             "userEmail": "marcelo@acne.ai", > }'$ curl -X POST https://api.credal.ai/api/v0/catalog/uploadDocumentUrl>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "documentUrl": "https://docs.google.com/document/d/1QFOA0lgNycFmdZJQr", > }'$ curl -X POST https://api.credal.ai/api/v0/documentCollections/createDocumentCollection>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "collectionName": "Customer Meeting Transcripts", >             "embeddingsModel": "text-embedding-ada-002", >             "distanceMetric": "EUCLIDEAN", >             "customMetadataSchema": {>                 "fields": [>                 { "name": "customerName", "type": "STRING" },>                 { "name": "meetingDate", "type": "STRING" },>                 ]>             }> }'$ curl -X POST https://api.credal.ai/api/v0/permissions/listAuthorizedResources>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "action": "READ"> }'$ curl -X POST https://api.credal.ai/api/v0/search/searchDocumentCatalog>         -H "Authorization: Bearer " \>         -H "Content-Type: application/json" \>         -d '{>             "searchQuery": "ABC Corp",>             "searchOptions": {>                 "maxResults": 5>             }> }'Supports multiple modelsOne API integration gets you the latest models from OpenAI, Anthropic, Google and moreFully interoperable and multimodalDrop-in support for common endpoints such as text/chat completions, images, and popular libraries such as LangChainSecure and performantFocus on building your apps; Credal takes care of performance, cost, and security logging automaticallyBuild AI tooling using AgentsCredal includes pre-built UI frameworks and low-code / no-code tooling. Implement workflows without developer support.Pick your model, data, and promptDeploy your agent wherever your team worksConfigure UI for your agentsExamples:IT Support BotAML AssistantIncident Timeline BotCredal is loved by customersDiscover Credal's success stories"It’s rare to find an AI tool that actually delivers immediate business impact, but Credal does. The team are incredible partners and have helped us achieve far above market AI adoption: 85% of our entire organization is now on board, and it's one of the most loved tools we have."Naeem IshaqChief Financial Officer, CheckrRead the full case study →Give your team agents to get work done anywhereCredal gives you everything you need to supercharge your business using generative AI, securely.Ready to dive in?Get a demoPrivacy PolicyTerms of ServiceLimited Use PolicyUse CasesIT OperationsEngineeringSalesHR and PeopleSupportPlatform ToolsPlatform SolutionsSecure ChatSecurity QuestionnairesAPI GatewayCustomer GenieCompanyTeamCareersSecurityTrust PortalSystem StatusReferral ProgramResourcesDocumentationCase StudiesBlog --- Join us for a hands-on agent building webinar in Credal on September 17th - register here!ProductsUse CasesSecurityCase StudiesCareersAboutGet a demoPricingCredal features plans for every type of company. EnterprisesCustom PricingUnlimited seatsCustom data sourcesSingle Tenant / On-Prem deployment optionsSAML/SCIM & Okta integrationWhite-glove supportRBAC - Admins, Developers, Premium Models, Standard ModelsAzure OpenAI supportBring-your-own LLMAutomatic Acceptable Use PoliciesUnlimited data (including many more sources, such as Netsuite, Snowflake, Databricks, GCP, S3, and more)Give your team agents to get work done anywhereCredal gives you everything you need to supercharge your business using generative AI, securely.Ready to dive in?Get a demoPrivacy PolicyTerms of ServiceLimited Use PolicyUse CasesIT OperationsEngineeringSalesHR and PeopleSupportPlatform ToolsPlatform SolutionsSecure ChatSecurity QuestionnairesAPI GatewayCustomer GenieCompanyTeamCareersSecurityTrust PortalSystem StatusReferral ProgramResourcesDocumentationCase StudiesBlog --- Join us for a hands-on agent building webinar in Credal on September 17th - register here!ProductsUse CasesSecurityCase StudiesCareersAboutGet a demoGet a demoFill out the form below to get started or contact us directly at sales@credal.ai. First Name*Last Name*Business Email*Company Name*Number of Employees*How did you hear about us?* Thank you! Your submission has been received!Oops! Something went wrong while submitting the form.Give your team agents to get work done anywhereCredal gives you everything you need to supercharge your business using generative AI, securely.Ready to dive in?Get a demoPrivacy PolicyTerms of ServiceLimited Use PolicyUse CasesIT OperationsEngineeringSalesHR and PeopleSupportPlatform ToolsPlatform SolutionsSecure ChatSecurity QuestionnairesAPI GatewayCustomer GenieCompanyTeamCareersSecurityTrust PortalSystem StatusReferral ProgramResourcesDocumentationCase StudiesBlog --- Join us for a hands-on agent building webinar in Credal on September 17th - register here!ProductsUse CasesSecurityCase StudiesCareersAboutGet a demoThe secure AI agent platform for enterprisesBuild AI agents across your internal data sources and automate complex workflows—securely and with full control.Get a demoLaunch Agents that embed into daily workflowsSpin up workflow agents in minutes, leveraging your own organization's knowledge and expertise.  Securely integrate data, with full visibility and inherited permissionsWith Credal, securely deploy models and integrate dataConnects to all major data sourcesBuilt-in permissions mirror source systems in real-time, avoiding data leakageEnterprise-grade securityConfigure your own agents that embed into existing workflowsEquip your agent with the tools to integrate with your internal systemsWrite to existing documentationAbility to run against documents in bulkCall other agentsBring your own actionsWeb SearchDatabase QueriesBring in subject matter expertise to improve performance over time Track performance withUsageAudit logsUser feedbackCostsMonitor and improve AI responses with user feedbackSystematically refine responses to reach 99% accuracyTraining examples automatically generated via user feedbackSuggestions to improve assistantDeploy AnywhereDeploy Credal to where people already work including:SlackAPIsWebGive your team agents to get work done anywhereCredal gives you everything you need to supercharge your business using generative AI, securely.Ready to dive in?Get a demoPrivacy PolicyTerms of ServiceLimited Use PolicyUse CasesIT OperationsEngineeringSalesHR and PeopleSupportPlatform ToolsPlatform SolutionsSecure ChatSecurity QuestionnairesAPI GatewayCustomer GenieCompanyTeamCareersSecurityTrust PortalSystem StatusReferral ProgramResourcesDocumentationCase StudiesBlog