Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jade-request-agent-integrations

Plugins, skills, and function definitions for AI coding agents to build with the hellojade.ai Request API.

This repo gives Claude Code, Gemini, Codex/GPT, and any LLM the tools they need to submit, validate, and manage service requests through the hellojade.ai platform — no boilerplate required.


Quick start

1. Get an API key

Sign in at hellojade.ai and copy your API key from the dashboard.

2. Pick your agent

Agent Directory Format
Claude Code claude/ CLAUDE.md skill + MCP tool
Gemini gemini/ Function calling + system prompt
OpenAI / Codex codex/ Tool definition + system prompt
Any LLM general/ OpenAPI spec, llms.txt, prompt template

3. Submit your first request

curl -X POST https://api.hellojade.ai/v1/submissions \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d @examples/submit-project-start.json

Expected response (202 Accepted):

{"id": "550e8400-e29b-41d4-a716-446655440000", "status": "received"}

Table of contents


The API in one sentence

POST /v1/submissions accepts a contact, a property, and a service request — and returns a submission ID.

See API_REFERENCE.md for every field, enum, and validation rule.

About

AI coding agent plugins, skills, and functions for building with the hellojade.ai Request API

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors