Deployed API — how to reach it. Every command below targets https://api.metiche.xyz, the address you used to open this page.
Base https://api.metiche.xyz/v1. Example — list team:
curl https://api.metiche.xyz/v1/teams
Inside the container HTTP listens on port 8080, behind the proxy; that port is not reachable from outside. Collection paths are plural and kebab-cased.
team → /v1/teamsmember → /v1/membersagent → /v1/agentsproject → /v1/projectssession → /v1/sessionsintent → /v1/intentsclaim → /v1/claimsclaim_path → /v1/claim-pathsintent_token → /v1/intent-tokenscontract → /v1/contractscontract_assertion → /v1/contract-assertionscontract_field → /v1/contract-fieldsdecision → /v1/decisionsdecision_path → /v1/decision-pathsdecision_token → /v1/decision-tokensconflict → /v1/conflictsconflict_participant → /v1/conflict-participantsjudgement → /v1/judgementsinstruction → /v1/instructionsteam_event → /v1/team-eventsnotification_channel → /v1/notification-channelsplan → /v1/planslimit_event → /v1/limit-eventsaccount → /v1/accountsinvite → /v1/invites