Changelog
Stay updated with Lynkr's latest features, integrations, and improvements. We're constantly evolving to make AI agents more powerful and easier to build.
π Lynkr Open Beta Released!
We're thrilled to launch Lynkr's open beta! Our platform transforms AI agents from chatbots into action-taking assistants that can interact with real-world services using natural language.
After months of development and extensive testing with leading AI development teams, we're excited to open Lynkr to developers worldwide. Lynkr solves the fundamental problem of AI agents being limited to the number of connections they can have. With Lynkr, they can execute real actions across dozens of third-party services using one connection.
One integration, infinite possibilities. Turn phrases like 'send an email' into real actions without complex integration work.
π₯ Core Platform Features
- Two-call API system: schema generation + execution
- Natural language to structured API parameter conversion
- Pre-built integrations with popular services (Salesforce, Resend, HubSpot)
- Real-time schema validation and error handling
- Secure API key management with service-level permissions
- Usage analytics and quota management
- Developer-friendly SDK and comprehensive documentation
π Launch Integrations
We're launching with carefully selected integrations that cover the most common AI agent use cases:
- π§ Resend - Email automation and transactional emails
- π’ Salesforce - CRM operations, lead management, opportunity tracking
- π HubSpot - Marketing automation and customer relationship management
- More integrations shipping weekly based on community feedback
π» How It Works
- Send natural language query: 'Send an email to john@example.com'
- Lynkr returns structured schema with required parameters
- Your agent fills parameters and executes the action
- Real action completed across integrated services
// Example: Get schema for sending email
const schema = await lynkr.getSchema({
query: "Send an email using Resend"
});
// Execute with filled parameters
const result = await lynkr.execute({
ref_id: schema.ref_id,
schema: {
fields: {
to: { value: "user@example.com" },
subject: { value: "Welcome!" },
html: { value: "<h1>Hello World</h1>" }
}
}
});
π― Perfect For
- AI agent developers building customer-facing assistants
- Teams creating workflow automation tools
- Developers who need reliable third-party integrations
- Anyone tired of building custom API integrations for each service
π What's Next
We're moving fast with weekly releases based on your feedback. Coming soon:
- Advanced workflow chaining and conditional logic
- Custom integration builder for enterprise customers
- Enhanced error handling and retry mechanisms
- Team collaboration features and shared API keys
- More integrations including Slack, Linear, and Notion
Ready to give your AI agents superpowers? Get started with our free tier and see the difference in minutes, not weeks.
Want to stay updated?
Follow our progress and get notified about new features and integrations.