Back to docs overview

Quick Start

Go from zero to your first productive request in less than 10 minutes.

Target Outcome

After this flow, tenant, identity, agent, and first governance rules are active and visible in the Admin Dashboard.

  • Connect identity provider
  • Create tenant and user access
  • Attach knowledge and policies to one agent

Recommended Sequence

Use this order to avoid rework and later migrations.

  • 1. /integrations/identity-providers: configure and test provider
  • 2. /tenants: create tenant and assign roles
  • 3. /agents: create agent and set knowledge_ids
  • 4. /governance and /governance-autopilot: enable rules

First API Call

This request validates that API Gateway, auth, and tenant routing are wired correctly.

curl -X GET https://api.agentic360.de/api/v1/agents \
  -H "Authorization: Bearer <ACCESS_TOKEN>" \
  -H "X-Tenant-ID: <TENANT_ID>" \
  -H "X-Correlation-ID: quickstart-001"