Skip to content

Human Intervention Registry

This registry documents every integration action across fiskaly products, categorizing each as fully automatable, partially automatable, or requiring human intervention. Use it to plan your integration workflow and identify where human-in-the-loop steps are needed.

12 actions can be completed entirely via API calls with no human involvement.

2 actions require human-provided data but can be executed by an agent.

8 actions must be performed by a human through the dashboard or external processes.

ActionProductAutomatableReasonWhat to Do
Create fiskaly accountAllNoRequires email verification and terms acceptanceUser must register at hub.fiskaly.com or dashboard.fiskaly.com
Create organizationAllNoRequires authenticated dashboard sessionUser creates via HUB or Dashboard
Generate API keyAllNoRequires dashboard session; secret shown onceUser generates in HUB or Dashboard
Authenticate (get token)AllYesStandard API callPOST /auth with api_key + api_secret
Create TSSSIGN DEYesAPI callPUT /tss/{uuid}
Initialize TSSSIGN DEYesSequence of API callsSet Admin PIN → Auth → State INITIALIZED
Create ClientSIGN DEYesAPI callPUT /tss/{id}/client/{uuid}
Create TransactionSIGN DEYesAPI callPUT with ACTIVE then FINISHED
Create Organization UNITSIGN FR, SIGN ITYesAPI callPOST /organizations
Create Subject API KeySIGN FR, SIGN ITYesAPI callPOST /subjects
Enter taxpayer dataSIGN FR, SIGN ITPartialNeeds real tax credentialsHuman provides tax ID; agent makes API call
Commission resourcesSIGN FR, SIGN ITYesState changePATCH with state COMMISSIONED
Create LocationSIGN FR, SIGN ITYesAPI callPOST /locations
Create SystemSIGN FR, SIGN ITYesAPI callPOST /systems
Create RecordSIGN FR, SIGN ITYesTwo-step API callIntention → Transaction
Switch TEST to LIVEAllNoRequires contractContact sales or use HUB go-live
Obtain certificationAllNoRegulatory processApply through relevant authority
Enter billing infoAllNoSensitive financial dataUser enters in HUB/Dashboard
Manage user accessAllNoSecurity-sensitiveAdmin manages via HUB/Dashboard
ELSTER registrationSUBMIT DEPartialNeeds real taxpayer dataHuman provides Steuernummer; agent calls API

These actions involve account security, legal agreements, financial data, or regulatory processes that cannot be delegated to automation:

  • Account creation — email verification and terms acceptance
  • Organization creation — requires authenticated dashboard session
  • API key generation — secret is shown once, requires dashboard
  • Switch TEST to LIVE — requires a signed contract with fiskaly
  • Obtain certification — regulatory process through relevant authority
  • Enter billing info — sensitive financial data, entered via dashboard
  • Manage user access — security-sensitive, admin-only via dashboard

These actions need human-provided data but the API call itself can be automated:

  • Enter taxpayer data (SIGN FR, SIGN IT) — human provides tax ID, agent makes the API call
  • ELSTER registration (SUBMIT DE) — human provides Steuernummer, agent calls the API

All standard API operations after initial setup:

  • Authentication token retrieval
  • TSS lifecycle (create, initialize, client, transaction) for SIGN DE
  • Organization units, subjects, locations, systems, and records for SIGN FR / SIGN IT
  • Commissioning resources via state changes

This registry is also available as a JSON endpoint for programmatic access:

GET /human-interventions.json

The JSON response includes the full interventions list with summary counts, suitable for AI agents and automation tools to query at runtime.

Was this page helpful?