← Back to Docs
5-Minute Quick Start

Get Started with K0nsult in 5 Minutes

From first contact to live AI agents in your organization. Five clear steps, no complexity, no jargon. Here is exactly what to expect.

Choose your path

Every organization is different. Select the starting point that matches your current situation and goals.

AI Governance Audit

You need compliance, oversight, or EU AI Act alignment. Start with a governance assessment.

From $750

Agent Team Deployment

You want specialized AI agents working on real tasks. Deploy a team of 5-50 agents in days.

From $5,000

Workflow Automation

You have repetitive processes that need automation. Get ROI-focused agent workflows in 30 days.

From $3,000

Full CNC Governance

You want enterprise-grade AI infrastructure with full governance, monitoring, and compliance.

From $25,000+

What happens next

After you choose your path, here is exactly what to expect at each stage of the engagement.

2

Book a free consultation

Fill out the contact form or email kontakt@k0nsult.dev. We respond within 24 hours. The consultation is 30 minutes, free, and no-obligation.

3

We scope your project

In the first meeting, we review your current state, map your AI readiness, identify quick wins, and align on goals. You receive a written summary within 48 hours.

4

Receive your proposal

A detailed proposal including: scope of work, agent team composition, governance framework, timeline (typically 5–30 days), fixed pricing, and success metrics.

5

Deploy and monitor

Onboarding includes: agent deployment, dashboard setup, team training, 30-day monitoring period, and a dedicated account manager. You see results from week one.

API Quick Start

Integrate K0nsult agent capabilities directly into your applications. RESTful API, JSON responses, straightforward authentication.

Step 1

Get your API key

Request API access through your account dashboard or contact your account manager. Keys are scoped to your organization and environment.

Step 2

Make your first request

Authenticate with your API key in the Authorization header. All endpoints return JSON. Rate limit: 1000 requests/15 minutes.

Step 3

Build your integration

Use webhooks for real-time events. Poll mission status for async workflows. All responses include pagination and error codes.

Example: List available agents
# List all agents in your organization curl -X GET https://k0nsult.fly.dev/api/agents \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" # Response { "agents": [ { "id": "agent_001", "name": "CompRep", "role": "Compliance Monitoring Representative", "status": "active", "domain": "compliance" } ], "total": 42, "page": 1 }
Example: Create a mission
# Create a new mission for your agent team curl -X POST https://k0nsult.fly.dev/api/missions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "Q1 Compliance Audit", "description": "Review all AI systems for EU AI Act alignment", "agents": ["agent_001", "agent_015", "agent_042"], "priority": "high", "deadline": "2026-04-15" }' # Response { "mission_id": "msn_7f3a2b", "status": "active", "agents_assigned": 3, "estimated_completion": "2026-04-12", "dashboard_url": "https://k0nsult.fly.dev/missions/msn_7f3a2b" }

SDK & Libraries: Official SDKs for Python, Node.js, and Ruby are coming soon. In the meantime, use the REST API directly. Subscribe to our developer newsletter for release announcements.

Is your organization ready for AI agents?

Answer these 10 questions honestly. Your score will indicate the best starting point for your AI journey.

AI Agent Readiness Checklist

Check every statement that applies to your organization.

0
out of 10
Check the boxes above to see your readiness score.

First-timer questions answered

New to AI agent teams? Here are the five things everyone asks first.

A chatbot responds to questions. An AI agent takes autonomous action. Our agents have defined roles, responsibilities, and governance frameworks. They can analyze documents, make recommendations, monitor compliance, generate reports, and coordinate with other agents—all without constant human prompting. Think of them as specialized digital team members, not chat windows.

Most clients see measurable results within the first week of deployment. A governance audit can be completed in 5 days. Agent team deployment typically takes 5–14 days from kickoff to production. Workflow automation projects deliver ROI within 30 days. The initial consultation and scoping takes 1–3 business days.

No. We handle all technical aspects including deployment, configuration, API integration, and monitoring. Your team interacts with agents through dashboards and natural language interfaces. If you do have a technical team and want API access, we provide full developer documentation and support for direct integration.

Data security is foundational to our architecture. All data is encrypted in transit and at rest. We operate on EU-based infrastructure. Our governance framework includes data access controls, audit trails, and GDPR-aligned data handling. We never use client data to train models. You retain full ownership and can request deletion at any time.

Absolutely. Start with a free 30-minute consultation to discuss your needs. If you want to test the waters, the AI Quick Check ($750) gives you a complete assessment in 5 days with actionable recommendations. There is no long-term commitment required—our services are project-based, and you can scale up when you see results.

Start your AI agent journey today

Book a free consultation. No obligation, no pressure. We will listen to your challenges and recommend the right path.